Skip to content

Commit

Permalink
ci: do not force the latest npm
Browse files Browse the repository at this point in the history
There are node versions being tested that don't work with the
latest npm, so this is causing CI to fail.
  • Loading branch information
isaacs authored and lukekarrys committed Mar 13, 2022
1 parent c1faa9f commit 7348c53
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -35,9 +35,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: use latest npm
run: npm i -g npm@latest

- name: Install dependencies
run: npm install

Expand Down

0 comments on commit 7348c53

Please sign in to comment.