Skip to content

Commit

Permalink
install pnpm using corepack in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Akiyamka committed Dec 17, 2023
1 parent efac66d commit 63f8b62
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ jobs:
with:
node-version: "20"

- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8

- run: corepack enable
- run: corepack prepare pnpm@8 --activate
- name: Get pnpm store directory
shell: bash
run: |
Expand Down

0 comments on commit 63f8b62

Please sign in to comment.