Skip to content

Commit

Permalink
ci: don't install latest npm (#168)
Browse files Browse the repository at this point in the history
* ci: only use supported version of npm

* don't install npm
  • Loading branch information
fasttime committed Oct 26, 2023
1 parent 5b0ea24 commit 837bde0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: Install latest NPM
run: npm install -g npm@latest
- name: Install dependencies
run: npm ci
- name: Run tests
Expand Down

0 comments on commit 837bde0

Please sign in to comment.