We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efcd578 commit 20e2ebeCopy full SHA for 20e2ebe
.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.2.1
21
with:
22
path: '~/.npm'
23
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments