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 f498c73 commit ac24b57Copy full SHA for ac24b57
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
node-version: '16.x'
16
- name: Cache Node.js modules
17
- uses: actions/cache@v2
+ uses: actions/cache@v4
18
19
# npm cache files are stored in `~/.npm` on Linux/macOS
20
path: ~/.npm
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
0 commit comments