Skip to content

Commit

Permalink
chore: add corepack to node
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Jul 1, 2024
1 parent 88b629e commit 9c6b788
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
uses: actions/checkout@v4

- name: Enable Corepack
run: corepack enable
run: |
npm install -g corepack
corepack enable
- uses: pnpm/action-setup@v4
name: Install pnpm
Expand Down

0 comments on commit 9c6b788

Please sign in to comment.