Skip to content

Commit

Permalink
🐞 fix: corepack手动再安装一次pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
ruan-cat committed Feb 5, 2025
1 parent 117b783 commit 1cb5506
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
node-version: 22.6.0
cache: pnpm

- name: corepack手动再安装一次pnpm
run: corepack enable && corepack prepare [email protected] --activate

- name: 安装整个项目的依赖
run: pnpm i

Expand Down

0 comments on commit 1cb5506

Please sign in to comment.