Skip to content

Commit

Permalink
fix: corepack proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Apr 19, 2024
1 parent 37d36d8 commit c55379b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/actions/build-rspack/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ runs:
with:
node-version: 18
- shell: bash
run: corepack enable
run: |
npm install -g corepack@latest
corepack --version
corepack enable
- shell: bash
run: pnpm --version
- name: Checkout Rspack repo
Expand Down

0 comments on commit c55379b

Please sign in to comment.