Skip to content

Commit 93e16a8

Browse files
committed
ci: update node version for release workflow
1 parent b553cdc commit 93e16a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
19+
node-version: 24
2020

2121
- name: git config
2222
run: |
@@ -29,7 +29,7 @@ jobs:
2929
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3030
- run: npm install
3131

32-
- run: npm run release major -- --ci --preRelease=next
32+
- run: npm run release -- --ci --preRelease=next
3333
env:
3434
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)