Skip to content

Commit 4400263

Browse files
Use Node.js v22.21.0
1 parent 5252a89 commit 4400263

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ jobs:
3434
- name: Setup Node.js
3535
uses: actions/setup-node@v4
3636
with:
37-
node-version: 23
37+
node-version: 22.21.0
3838
cache: npm
39-
- run: npm install -g npm@11.6.0
4039
- name: Setup git config
4140
run: |
4241
git config user.name "github-actions[bot]"

0 commit comments

Comments
 (0)