We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95375c8 commit 3d57072Copy full SHA for 3d57072
1 file changed
.github/workflows/canary-release.yml
@@ -9,10 +9,10 @@ jobs:
9
env:
10
INPUT_TOKEN: ${{ secrets.NPM_TOKEN }}
11
steps:
12
- - uses: actions/checkout@v3
13
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
14
with:
15
- node-version: 16
+ node-version: 22
16
- run: yarn version --no-git-tag-version --prerelease --preid=canary-$(git rev-parse --short HEAD) --access=public
17
- run: yarn
18
- run: yarn build
0 commit comments