Skip to content

Commit 79f88f0

Browse files
committed
WIP: Pin NPM version
1 parent 3cba1ba commit 79f88f0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
with:
2121
node-version: 24.13.1
2222

23+
- name: Setup npm
24+
run: npm install -g npm@11.8.0
25+
2326
- name: Cache node_modules
2427
uses: actions/cache@v3
2528
with:

0 commit comments

Comments
 (0)