Skip to content

Commit f237d82

Browse files
authored
Update NPM
1 parent 3a6c29c commit f237d82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
node-version: 20
2222
registry-url: 'https://registry.npmjs.org'
2323

24+
- name: Update npm
25+
run: npm install -g npm@latest
26+
2427
- name: Check Node Version
2528
run: node --version
2629

0 commit comments

Comments
 (0)