Skip to content

Commit

Permalink
chore: daily development
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Feb 23, 2025
1 parent a94d9c8 commit c74fa4c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-swc-plugin-canyon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ jobs:
node-version: 20

- run: |
corepack prepare pnpm@latest-9 --activate
pnpm -v
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 c74fa4c

Please sign in to comment.