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.
2 parents b7fc4d8 + 63ea82d commit c98e9e0Copy full SHA for c98e9e0
1 file changed
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
node-version: 17.x
28
cache: "yarn"
29
- run: yarn --frozen-lockfile
30
- - uses: actions/cache@v1
+ - uses: actions/cache@v3
31
with:
32
path: .eslintcache
33
key: lint-${{ env.GITHUB_SHA }}
@@ -62,7 +62,7 @@ jobs:
62
63
- run: yarn link --frozen-lockfile || true
64
- run: yarn link webpack --frozen-lockfile
65
66
67
path: .jest-cache
68
key: jest-unit-${{ env.GITHUB_SHA }}
@@ -101,7 +101,7 @@ jobs:
101
102
103
104
- - uses: actions/cache@v2
105
106
107
key: jest-integration-${{ env.GITHUB_SHA }}
0 commit comments