Skip to content

Commit f7fbec6

Browse files
committed
update npm to use latest version
1 parent a765879 commit f7fbec6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

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

35+
- name: Update npm to the latest version
36+
run: npm install -g npm@latest
37+
3538
- name: Build packages
3639
uses: ./.github/actions/build
3740

0 commit comments

Comments
 (0)