Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Commit 2b1fa35

Browse files
committed
Revert removing installing the latest npm
1 parent 9f3061e commit 2b1fa35

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
node-version: ${{ matrix.node }}
3333
cache: 'npm'
3434

35+
- name: Install latest npm
36+
run: npm install --global npm@latest
37+
3538
- name: Install dependencies
3639
run: npm ci
3740

@@ -57,6 +60,9 @@ jobs:
5760
node-version: ${{ matrix.node }}
5861
cache: 'npm'
5962

63+
- name: Install latest npm
64+
run: npm install --global npm@latest
65+
6066
- name: Install dependencies
6167
run: npm ci
6268

0 commit comments

Comments
 (0)