Skip to content

Commit 776b6fd

Browse files
committed
Fix the npm version issue in the package release job
1 parent 96708f0 commit 776b6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: pnpm/action-setup@v4
2929

3030
- name: Setup node.js
31-
uses: actions/setup-node@v4
31+
uses: actions/setup-node@v5
3232
with:
3333
node-version: 20
3434
cache: 'pnpm'

0 commit comments

Comments
 (0)