Skip to content

Commit

Permalink
chore: Update yarn installation command to use Yarn v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyDolle committed Oct 8, 2024
1 parent b1f8740 commit c6578a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/deps-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ runs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'yarn'
cache-dependency-path: ${{ inputs.working_directory }}/yarn.lock

- name: Install Yarn v4
run: corepack enable && corepack prepare yarn@4 --activate
run: |
corepack enable
corepack prepare [email protected] --activate
shell: bash

- name: Install dependencies
Expand Down

0 comments on commit c6578a9

Please sign in to comment.