Skip to content

Commit 1405171

Browse files
committed
update more yml to run yarn v3
1 parent 9cc505a commit 1405171

12 files changed

+26
-5
lines changed

.github/workflows/add-release-label.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v3
17+
- name: Enable Corepack
18+
run: corepack enable
1719
with:
1820
fetch-depth: 0 # This is needed to checkout all branches
1921

.github/workflows/bitrise-e2e-gate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
steps:
2323
- name: Checkout code
2424
uses: actions/checkout@v3
25-
25+
- name: Enable Corepack
26+
run: corepack enable
2627
- name: Set up Node.js
2728
uses: actions/setup-node@v3
2829
with:

.github/workflows/check-template-and-add-labels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v3
15+
- name: Enable Corepack
16+
run: corepack enable
1517
with:
1618
fetch-depth: 1 # This retrieves only the latest commit.
1719

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ jobs:
259259
steps:
260260
- name: Checkout code
261261
uses: actions/checkout@v3
262+
- name: Enable Corepack
263+
run: corepack enable
262264
- name: SonarCloud Quality Gate Status
263265
id: sonar-status
264266
env:

.github/workflows/close-bug-report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v3
17+
- name: Enable Corepack
18+
run: corepack enable
1719
with:
1820
fetch-depth: 1 # This retrieves only the latest commit.
1921

.github/workflows/create-release-draft.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v3
18+
- name: Enable Corepack
19+
run: corepack enable
1820
with:
1921
ref: ${{ github.ref }} # Explicitly specifies the tag ref
2022

.github/workflows/crowdin-branch-pr-ready-for-translation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030

3131
- name: Checkout
3232
uses: actions/checkout@v3
33+
- name: Enable Corepack
34+
run: corepack enable
3335
with:
3436
ref: main
3537

@@ -43,6 +45,8 @@ jobs:
4345

4446
- name: Checkout Branch and push to crowdin
4547
uses: actions/checkout@v3
48+
- name: Enable Corepack
49+
run: corepack enable
4650
with:
4751
ref: ${{ steps.extract_current_branch.outputs.branch }}
4852
- name: Crowdin sources push

.github/workflows/crowdin-pull-branch-pr-completed-translations.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
steps:
3636
- name: Checkout code
3737
uses: actions/checkout@v3
38-
38+
- name: Enable Corepack
39+
run: corepack enable
3940
- name: Get Branches with Label
4041
id: get-branches
4142
run: |

.github/workflows/crowdin-reusable-translation-download.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
steps:
3636
- name: Checkout
3737
uses: actions/checkout@v3
38+
- name: Enable Corepack
39+
run: corepack enable
3840
with:
3941
ref: ${{ inputs.branch }}
4042

.github/workflows/crowdin-upload-both-sources-translations.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
id: extract_current_branch
1818
- name: Checkout
1919
uses: actions/checkout@v3
20-
20+
- name: Enable Corepack
21+
run: corepack enable
2122
- name: Crowdin push
2223
uses: crowdin/github-action@c953b17499daa6be3e5afbf7a63616fb02d8b18d
2324
with:

.github/workflows/crowdin_action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919

2020
- name: Checkout
2121
uses: actions/checkout@v3
22-
22+
- name: Enable Corepack
23+
run: corepack enable
2324
- name: crowdin action
2425
uses: crowdin/github-action@a3160b9e5a9e00739392c23da5e580c6cabe526d
2526
with:

.github/workflows/run-bitrise-e2e-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
steps:
2525
- name: Checkout code
2626
uses: actions/checkout@v3
27-
27+
- name: Enable Corepack
28+
run: corepack enable
2829
- name: Set up Node.js
2930
uses: actions/setup-node@v3
3031
with:

0 commit comments

Comments
 (0)