Skip to content

Commit 694b33a

Browse files
authored
chore: remove npm installation step (#197)
1 parent db770e5 commit 694b33a

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
@@ -38,9 +38,6 @@ jobs:
3838
node-version: ${{ matrix.node-version }}
3939
cache: "npm"
4040

41-
- name: Use latest NPM
42-
run: sudo npm i -g npm
43-
4441
- name: Install dependencies
4542
run: npm ci
4643

@@ -77,14 +74,6 @@ jobs:
7774
node-version: ${{ matrix.node-version }}
7875
cache: "npm"
7976

80-
- name: Use latest NPM on ubuntu/macos
81-
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
82-
run: sudo npm i -g npm
83-
84-
- name: Use latest NPM on windows
85-
if: matrix.os == 'windows-latest'
86-
run: npm i -g npm
87-
8877
- name: Install dependencies
8978
run: npm ci
9079

0 commit comments

Comments
 (0)