Skip to content

Commit

Permalink
Enable Corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
bduyng committed Jun 7, 2024
1 parent 821d9e2 commit db8eb3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ runs:
with:
node-version-file: .nvmrc

- name: Enable Corepack
run: corepack enable

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

0 comments on commit db8eb3b

Please sign in to comment.