We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c699e9 commit cd0f4adCopy full SHA for cd0f4ad
.github/workflows/ci.yml
@@ -53,14 +53,14 @@ jobs:
53
- uses: pnpm/action-setup@v2
54
- uses: actions/setup-node@v4
55
with:
56
- node-version: 20
+ node-version-file: .node-version
57
cache: pnpm
58
- run: pnpm install --frozen-lockfile
59
- run: pnpm run build
60
env:
61
REDIRECT: true
62
- uses: peaceiris/actions-gh-pages@v4
63
- if: github.ref == 'refs/heads/main'
+ if: github.ref_name == 'main'
64
65
github_token: ${{ secrets.GITHUB_TOKEN }}
66
publish_dir: ./build
.node-version
@@ -0,0 +1 @@
1
+20.14.0
0 commit comments