Skip to content

Commit 477b222

Browse files
committed
threeal/setup-yarn-action
1 parent 64f937c commit 477b222

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525
with:
2626
node-version: 16
2727

28-
- run: yarn set version 3.6.1
28+
- uses: threeal/[email protected]
29+
with:
30+
version: 3.6.1
31+
cache: false
2932

3033
- uses: actions/cache@v4
3134
with:

.github/workflows/preview.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
with:
2222
node-version: 16
2323

24-
- run: yarn set version 3.6.1
24+
- uses: threeal/[email protected]
25+
with:
26+
version: 3.6.1
27+
cache: false
2528

2629
- uses: actions/cache@v4
2730
with:

0 commit comments

Comments
 (0)