We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efcd578 commit 7ce5b52Copy full SHA for 7ce5b52
.github/workflows/coverage.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: 14.x
18
19
- name: Cache npm dependencies
20
- uses: actions/cache@v3.3.3
+ uses: actions/cache@v4.1.0
21
with:
22
path: '~/.npm'
23
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments