Skip to content

Commit

Permalink
ci: remove extraneous command to update npm (#565)
Browse files Browse the repository at this point in the history
It is not used currently
  • Loading branch information
wolfy1339 authored Jul 24, 2024
1 parent f1efe24 commit 4015ff8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
with:
node-version: ${{ matrix.node_version }}
cache: npm
- run: npm install --global npm
if: ${{ matrix.node_version == 14 }}
- run: npm ci
- run: npm test
test:
Expand Down

0 comments on commit 4015ff8

Please sign in to comment.