Skip to content

Commit 66f9e36

Browse files
committed
yarn set version 3.6.1
1 parent 64f937c commit 66f9e36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

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

28-
- run: yarn set version 3.6.1
28+
- run: yarn set version https://repo.yarnpkg.com/3.6.1/packages/yarnpkg-cli/bin/yarn.js
2929

3030
- uses: actions/cache@v4
3131
with:

.github/workflows/preview.yml

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

24-
- run: yarn set version 3.6.1
24+
- run: yarn set version https://repo.yarnpkg.com/3.6.1/packages/yarnpkg-cli/bin/yarn.js
2525

2626
- uses: actions/cache@v4
2727
with:

0 commit comments

Comments
 (0)