Skip to content

Commit

Permalink
ci: update jobs to use correct Yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
No-Cash-7970 committed Jan 8, 2024
1 parent 0c14a18 commit 2d8f682
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 20
- name: Enable Corepack for Yarn
run: corepack enable
- name: Set up Node cache # Set up Node cache by installing again
uses: actions/setup-node@v3
with:
node-version: 20
Expand All @@ -35,6 +41,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 20
- name: Enable Corepack for Yarn
run: corepack enable
- name: Set up Node cache # Set up Node cache by installing again
uses: actions/setup-node@v3
with:
node-version: 20
Expand All @@ -50,6 +62,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 20
- name: Enable Corepack for Yarn
run: corepack enable
- name: Set up Node cache # Set up Node cache by installing again
uses: actions/setup-node@v3
with:
node-version: 20
Expand Down

0 comments on commit 2d8f682

Please sign in to comment.