Skip to content

Commit 3126adc

Browse files
committed
update npm in CI
1 parent f33a6ad commit 3126adc

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
@@ -29,6 +29,8 @@ jobs:
2929
cache: 'npm'
3030
node-version: ${{ env.NODE_VERSION }}
3131

32+
- run: npm i -g npm@9
33+
3234
- name: Install dependencies
3335
run: npm ci
3436

@@ -50,6 +52,8 @@ jobs:
5052
cache: 'npm'
5153
node-version: ${{ env.NODE_VERSION }}
5254

55+
- run: npm i -g npm@9
56+
5357
- name: Install dependencies
5458
run: npm ci
5559

0 commit comments

Comments
 (0)