Skip to content

Commit

Permalink
chore: Update yarn installation command to use Yarn v4
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyDolle committed Oct 8, 2024
1 parent e5c9132 commit 0b130be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deps-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
cache-dependency-path: ${{ inputs.working_directory }}/yarn.lock
- name: Install Yarn v4
shell: bash
run: corepack enable && corepack prepare yarn@4.0.0 --activate
run: corepack enable && corepack prepare yarn@4 --activate
- name: Install dependencies
run: yarn install --frozen-lockfile
shell: bash
Expand Down

0 comments on commit 0b130be

Please sign in to comment.