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

Commit e718912

Browse files
authored
ci: fix (#88)
1 parent e277d1a commit e718912

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

@@ -70,14 +67,6 @@ jobs:
7067
node-version: ${{ matrix.node-version }}
7168
cache: "npm"
7269

73-
- name: Use latest NPM on ubuntu/macos
74-
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
75-
run: sudo npm i -g npm
76-
77-
- name: Use latest NPM on windows
78-
if: matrix.os == 'windows-latest'
79-
run: npm i -g npm
80-
8170
- name: Install dependencies
8271
run: npm ci
8372

0 commit comments

Comments
 (0)