Skip to content

Commit f4b0a23

Browse files
committed
Fix yarn
1 parent 64f937c commit f4b0a23

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- uses: actions/setup-node@v4
2525
with:
2626
node-version: 16
27+
cache: yarn
2728

2829
- run: yarn set version 3.6.1
2930

.github/workflows/preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: actions/setup-node@v4
2121
with:
2222
node-version: 16
23+
cache: yarn
2324

2425
- run: yarn set version 3.6.1
2526

0 commit comments

Comments
 (0)