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.
2 parents eed8aa8 + 4fdcf66 commit 4db9db8Copy full SHA for 4db9db8
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
# https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/
25
- name: Cache dependencies
26
id: cache
27
- uses: actions/cache@v2
+ uses: actions/cache@v4
28
with:
29
path: ./node_modules
30
key: npm-${{ hashFiles('package-lock.json') }}
0 commit comments