Skip to content

Commit

Permalink
build: Fix npm build (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 authored Feb 21, 2025
1 parent 0c50e69 commit a37d60d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
node-version: 20

- run: |
echo "Before: corepack version => $(corepack --version || echo 'not installed')"
npm install -g corepack@latest
echo "After : corepack version => $(corepack --version)"
corepack enable
pnpm --version
pnpm i
- name: Install Rust
Expand Down

0 comments on commit a37d60d

Please sign in to comment.