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 e2cc54d commit 52c3245Copy full SHA for 52c3245
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/setup-node@v1
16
with:
17
node-version: 18
18
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
19
id: yarn-cache
20
name: Cache npm deps
21
@@ -26,7 +26,7 @@ jobs:
26
key: ${{ runner.os }}-yarn-16-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }}
27
- run: yarn install --frozen-lockfile
28
if: steps.yarn-cache.outputs.cache-hit != 'true'
29
30
id: dist
31
name: Cache dist
32
0 commit comments