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 eed8aa8 commit 4fdcf66Copy full SHA for 4fdcf66
.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