Skip to content

Commit

Permalink
Merge pull request #225 from nschonni/setup-node-caching
Browse files Browse the repository at this point in the history
chore: Use setup-node NPM caching
  • Loading branch information
xjamundx committed Dec 18, 2021
2 parents 5641001 + a90c42e commit ad955c6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/CI.yml
Expand Up @@ -20,11 +20,10 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: npm

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

- name: 📥 Install ESLint v${{ matrix.eslint }}
run: npm install eslint@${{ matrix.eslint }}
Expand Down

0 comments on commit ad955c6

Please sign in to comment.