Skip to content

Commit e4d3b46

Browse files
committed
ci: Ensure CI is using latest NPM version
1 parent 4fdcf11 commit e4d3b46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
with:
2020
node-version: 22
2121
cache: npm
22+
23+
- name: Update npm
24+
run: npm install -g npm@latest
25+
2226
- run: npm ci
2327
- name: test
2428
run: npm run test

0 commit comments

Comments
 (0)