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 72d9639 commit 8774925Copy full SHA for 8774925
.github/workflows/CI.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: 20.x
18
registry-url: https://registry.npmjs.org
19
20
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
21
with:
22
path: "**/node_modules"
23
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
53
0 commit comments