Skip to content

Commit 726f7c7

Browse files
Add step to update NPM version in workflow
1 parent c4f9810 commit 726f7c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-npm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
node-version: '20'
3131
registry-url: 'https://registry.npmjs.org'
3232

33+
- name: Update NPM
34+
run: npm install -g npm@11
35+
3336
- name: Install dependencies
3437
run: |
3538
yarn install --frozen-lockfile --ignore-scripts

0 commit comments

Comments
 (0)