Skip to content

Commit

Permalink
chore(github): 锁定 CI 中的 pnpm 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmin0412 committed Feb 7, 2025
1 parent db7514a commit f688a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: 安装依赖
run: |
npm install pnpm -g
npm install pnpm@8.9.2 -g
pnpm i
pnpm build:h5
- name: 部署应用
Expand Down

0 comments on commit f688a1c

Please sign in to comment.