Skip to content

Commit ad955c6

Browse files
authored
Merge pull request #225 from nschonni/setup-node-caching
chore: Use setup-node NPM caching
2 parents 5641001 + a90c42e commit ad955c6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ jobs:
2020
uses: actions/setup-node@v2
2121
with:
2222
node-version: ${{ matrix.node }}
23+
cache: npm
2324

24-
- name: 📥 Download dependencies
25-
uses: bahmutov/npm-install@v1
26-
with:
27-
useLockFile: false
25+
- name: 📥 Download deps
26+
run: npm ci
2827

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

0 commit comments

Comments
 (0)