Skip to content

Commit

Permalink
no need to install npm in test workflow (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
robandpdx authored Sep 27, 2023
1 parent 512e9ad commit f28ca07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ jobs:
node-version: 16
check-latest: true
cache: npm
- run: npm install -g npm
- run: npm ci
- run: npm test

0 comments on commit f28ca07

Please sign in to comment.