Skip to content

Commit

Permalink
chore: add yarn to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Jul 1, 2024
1 parent 9c6b788 commit 903c3bc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Enable Corepack
run: |
npm install -g corepack
corepack enable
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
Expand All @@ -40,6 +35,9 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Add yarn to pnpm
run: pnpm add -g yarn

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 903c3bc

Please sign in to comment.