Skip to content

Commit 18aaf84

Browse files
committed
fix: use yarn4.5.3 in cd
1 parent b2ea1e3 commit 18aaf84

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy-package.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
2727
node-version: "20"
2828
cache: 'yarn'
2929

30-
- name: Enable Corepack
31-
run: corepack enable
30+
- name: Use yarn@4.5.3
31+
run: |
32+
corepack enable
33+
corepack prepare yarn@4.5.3 --activate
3234
3335
- name: Config identity
3436
run: |

0 commit comments

Comments
 (0)