Skip to content

Commit a4624df

Browse files
committed
Use npm v11.7
1 parent 2dc8640 commit a4624df

2 files changed

Lines changed: 24 additions & 57 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
node-version: ${{ matrix.node }}
2727
cache: 'npm'
2828

29+
- name: Update npm
30+
run: npm install -g npm@11.7.0
31+
2932
- name: Install dependencies
3033
run: npm ci
3134

0 commit comments

Comments
 (0)