Skip to content

Commit 7348c53

Browse files
isaacslukekarrys
authored andcommitted
ci: do not force the latest npm
There are node versions being tested that don't work with the latest npm, so this is causing CI to fail.
1 parent c1faa9f commit 7348c53

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

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

38-
- name: use latest npm
39-
run: npm i -g npm@latest
40-
4138
- name: Install dependencies
4239
run: npm install
4340

0 commit comments

Comments
 (0)