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 a6012b5 commit dbdb8baCopy full SHA for dbdb8ba
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
node-version: '21.x'
20
check-latest: true
21
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
22
23
path: ~/.npm
24
key: npm-${{ hashFiles('package.json') }}
@@ -49,11 +49,11 @@ jobs:
49
50
51
52
53
54
55
56
57
58
path: node_modules/.cache
59
key: build-${{ hashFiles('package.json') }}
0 commit comments