Skip to content

Commit 10cf36e

Browse files
committed
chore: update Node.js setup action to version 6
1 parent eaa4c16 commit 10cf36e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@ jobs:
3333
run_install: false
3434

3535
- name: Setup Node.js
36-
uses: actions/setup-node@v4
36+
uses: actions/setup-node@v6
3737
with:
3838
node-version: 22.21.1
3939
cache: pnpm
40-
registry-url: "https://registry.npmjs.org"
4140

4241
- name: Upgrade npm to latest
4342
run: npm install -g npm@latest

0 commit comments

Comments
 (0)