Skip to content

Commit

Permalink
fix: add corepck enable to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-roseberry committed Nov 8, 2024
1 parent 838aa5e commit c79f85f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Enable corepack for yarn
run: corepack enable

- name: Install dependencies
run: yarn install --immutable

Expand Down

0 comments on commit c79f85f

Please sign in to comment.