Skip to content

Commit cb435b5

Browse files
author
Strek
authored
ci: remove npm install (#142)
1 parent df27bf1 commit cb435b5

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
with:
3535
node-version: ${{ matrix.node-version }}
3636

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

@@ -74,14 +71,6 @@ jobs:
7471
node-version: ${{ matrix.node-version }}
7572
cache: 'npm'
7673

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

0 commit comments

Comments
 (0)