Skip to content

Commit 13c37ce

Browse files
committed
ci: Upgrade npm version on Node 24
1 parent 333b90e commit 13c37ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
with:
3030
node-version: ${{ matrix.version }}
3131

32+
# This is needed as npm 11 has issues with running "npm ci" on projects that use "overrides"
33+
- name: Install recent npm version (Node 24 only)
34+
if: matrix.version == 24
35+
run: npm install -g npm@11 && npm --version
36+
3237
- name: Install dependencies
3338
run: npm ci
3439

0 commit comments

Comments
 (0)