Skip to content

Commit

Permalink
Don’t update npm in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Oct 26, 2023
1 parent 05c0877 commit bad7b60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install --global npm@latest
- run: npm ci
- run: npm test
- uses: codecov/codecov-action@v3
Expand Down

0 comments on commit bad7b60

Please sign in to comment.