Skip to content

Commit 03e2f9e

Browse files
authored
ci: remove install NPM steps
1 parent 6602260 commit 03e2f9e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/nodejs.yml

-8
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,6 @@ jobs:
108108
node-version: ${{ matrix.node-version }}
109109
cache: "npm"
110110

111-
- name: Use latest NPM on ubuntu/macos
112-
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
113-
run: sudo npm i -g npm
114-
115-
- name: Use latest NPM on windows
116-
if: matrix.os == 'windows-latest'
117-
run: npm i -g npm
118-
119111
- name: Install dependencies
120112
run: npm i
121113

0 commit comments

Comments
 (0)