Skip to content

Commit 3d57072

Browse files
authored
ci: bump Node version in canary-release (#75)
1 parent 95375c8 commit 3d57072

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/canary-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
env:
1010
INPUT_TOKEN: ${{ secrets.NPM_TOKEN }}
1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/setup-node@v3
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 16
15+
node-version: 22
1616
- run: yarn version --no-git-tag-version --prerelease --preid=canary-$(git rev-parse --short HEAD) --access=public
1717
- run: yarn
1818
- run: yarn build

0 commit comments

Comments
 (0)