Skip to content

Commit

Permalink
ci: add corepack enable to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Nov 24, 2024
1 parent 1d71866 commit 8dc47b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ runs:
node-version-file: .nvmrc
registry-url: ${{ inputs.registry-url }}

- name: Enable Corepack for yarn v4
run: corepack enable
shell: bash

- name: Cache dependencies
id: yarn-cache
uses: actions/cache@v4
Expand Down

0 comments on commit 8dc47b2

Please sign in to comment.