Skip to content

Commit

Permalink
chore: add corepack enable to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Jul 1, 2024
1 parent 5f6f03b commit 88b629e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit-tests.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
run: corepack enable

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
Expand Down

0 comments on commit 88b629e

Please sign in to comment.