Skip to content

Commit

Permalink
chore: no install latest npm in ci
Browse files Browse the repository at this point in the history
closes #1956
  • Loading branch information
mightyiam committed Dec 21, 2024
1 parent 1293585 commit 4c9a8b0
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 @@ -68,7 +68,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm --global install npm@latest
- run: npm install
- run: npm test
- uses: numtide/clean-git-action@v2
Expand Down

0 comments on commit 4c9a8b0

Please sign in to comment.