Skip to content

Commit 8838b6b

Browse files
committed
Update ci.yml to use default npm version
1 parent 8de6bd8 commit 8838b6b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
cache: 'npm'
2929
node-version: ${{ env.NODE_VERSION }}
3030

31-
- name: Update npm
32-
run: npm i -g npm@7
33-
3431
- name: Install dependencies
3532
run: npm ci
3633

@@ -51,9 +48,6 @@ jobs:
5148
cache: 'npm'
5249
node-version: ${{ env.NODE_VERSION }}
5350

54-
- name: Update npm
55-
run: npm i -g npm@7
56-
5751
- name: Install dependencies
5852
run: npm ci
5953

@@ -80,9 +74,6 @@ jobs:
8074
cache: 'npm'
8175
node-version: ${{ env.NODE_VERSION }}
8276

83-
- name: Update npm
84-
run: npm i -g npm@7
85-
8677
- name: Install dependencies
8778
run: npm ci
8879

0 commit comments

Comments
 (0)