Skip to content

Commit fe744f1

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ jobs:
2020
steps:
2121
- name: Checkout code
2222
uses: actions/checkout@v3
23+
24+
- name: Use yarn@4.5.3
25+
run: |
26+
corepack enable
27+
corepack prepare yarn@4.5.3 --activate
2328
2429
- name: Set up Node.js
2530
uses: actions/setup-node@v3
2631
with:
2732
node-version: "20"
2833
cache: 'yarn'
2934

30-
- name: Use yarn@4.5.3
31-
run: |
32-
corepack enable
33-
corepack prepare yarn@4.5.3 --activate
34-
3535
- name: Config identity
3636
run: |
3737
git config --global user.email "${{ secrets.ADMIN_EMAIL }}"

0 commit comments

Comments
 (0)