Skip to content

Commit 5b5c7b9

Browse files
committed
Do not upgrade npm in github actions
1 parent 402a836 commit 5b5c7b9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/github-actions.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
restore-keys: |
2525
${{ runner.os }}-node-
2626
27-
- name: install latest npm
28-
run: |
29-
npm install -g npm &&
30-
npm --version
27+
# - name: install latest npm
28+
# run: |
29+
# npm install -g npm &&
30+
# npm --version
3131

3232
- run: npm ci
3333
- run: npm run lint
@@ -51,10 +51,10 @@ jobs:
5151
restore-keys: |
5252
${{ runner.os }}-node-
5353
54-
- name: install latest npm
55-
run: |
56-
npm install -g npm &&
57-
npm --version
54+
# - name: install latest npm
55+
# run: |
56+
# npm install -g npm &&
57+
# npm --version
5858

5959
- run: npm ci
6060
- run: npm run coverage

0 commit comments

Comments
 (0)