Skip to content

Commit

Permalink
RID-4898 use corepack to manage yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
adidim-transmit committed Jul 7, 2024
1 parent 6e0c3c6 commit 3a4cdac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: Install yarn
run: npm install --global yarn
- name: Enable Corepack
run: corepack enable

- name: Prepare Yarn 3.4.1
run: corepack prepare [email protected] --activate

- name: Install dependencies
run: |
Expand Down

0 comments on commit 3a4cdac

Please sign in to comment.