Skip to content

Commit

Permalink
chore: Use setup-node NPM caching
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Dec 4, 2021
1 parent 1f982da commit f57fd3c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Expand Up @@ -21,11 +21,10 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: npm

- name: 📥 Download deps
uses: bahmutov/npm-install@v1
with:
useLockFile: false
run: npm ci

- name: ▶️ Run test script
run: npm run test -- --runInBand

0 comments on commit f57fd3c

Please sign in to comment.