Skip to content

Commit 1667556

Browse files
authored
Merge pull request #434 from preactjs/chore/bump-npm-version
chore: Bump NPM version
2 parents 35bb4fb + e4d3b46 commit 1667556

File tree

2 files changed

+426
-32
lines changed

2 files changed

+426
-32
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)