Skip to content

Commit 6372d8b

Browse files
committed
chore: fix release workflow
1 parent 64e4787 commit 6372d8b

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
@@ -22,8 +22,8 @@ jobs:
2222
uses: actions/checkout@v5
2323
- name: Setup Node.js
2424
uses: actions/setup-node@v5
25-
- name: Update npm
26-
run: npm install -g npm@latest
25+
with:
26+
node-version: '24'
2727
- name: Install Dependencies
2828
run: npm install -f
2929

0 commit comments

Comments
 (0)