Skip to content

Commit d631cea

Browse files
authored
ci: remove install NPM steps (#1184)
1 parent d0d3ea7 commit d631cea

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
node-version: ${{ matrix.node-version }}
3636
cache: "npm"
3737

38-
- name: Use latest NPM
39-
run: sudo npm i -g npm
40-
4138
- name: Install dependencies
4239
run: npm ci
4340

@@ -73,14 +70,6 @@ jobs:
7370
node-version: ${{ matrix.node-version }}
7471
cache: "npm"
7572

76-
- name: Use latest NPM on ubuntu/macos
77-
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
78-
run: sudo npm i -g npm
79-
80-
- name: Use latest NPM on windows
81-
if: matrix.os == 'windows-latest'
82-
run: npm i -g npm
83-
8473
- name: Install dependencies
8574
run: npm ci
8675

0 commit comments

Comments
 (0)