Skip to content

Commit

Permalink
fix(ci): pnpm command not found
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Dec 22, 2023
1 parent 6025c27 commit 0b371c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Setup pnpm
run: corepack enable
- name: Get pnpm store directory
shell: bash
run: |
Expand Down

0 comments on commit 0b371c8

Please sign in to comment.