Skip to content

Commit f57fd3c

Browse files
committedDec 4, 2021
chore: Use setup-node NPM caching
1 parent 1f982da commit f57fd3c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎.github/workflows/CI.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ jobs:
2121
uses: actions/setup-node@v2
2222
with:
2323
node-version: ${{ matrix.node }}
24+
cache: npm
2425

2526
- name: 📥 Download deps
26-
uses: bahmutov/npm-install@v1
27-
with:
28-
useLockFile: false
27+
run: npm ci
2928

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

0 commit comments

Comments
 (0)
Please sign in to comment.