We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145d278 commit 5380c04Copy full SHA for 5380c04
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
with:
43
node-version: "12.10.0"
44
- name: Restore npm package cache
45
- uses: actions/cache@v1
+ uses: actions/cache@v4
46
47
path: ~/.npm
48
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments