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 25bad0e commit 5c0573bCopy full SHA for 5c0573b
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/setup-node@v4
31
with:
32
node-version-file: .nvmrc
33
- - uses: actions/cache/restore@v3
+ - uses: actions/cache/restore@v4
34
35
path: |
36
**/node_modules
.github/workflows/tests.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/setup-node@v4 # https://github.com/actions/setup-node
22
23
24
- - uses: actions/cache@v3 # https://github.com/actions/cache
+ - uses: actions/cache@v4 # https://github.com/actions/cache
25
id: node-modules-cache
26
27
0 commit comments