Skip to content

Commit

Permalink
chore(actions): 全局 pnpm 锁定 v8
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmin0412 committed Apr 16, 2024
1 parent 5b20309 commit f0d1acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: git config --global user.email ${{secrets.USER_EMAIL}}
- run: git config --global user.name ${{secrets.USER_NAME}}
- run: npm install pnpm -g
- run: npm install pnpm@8 -g
- run: pnpm install
- run: pnpm build
- name: Publish with Lerna
Expand Down

0 comments on commit f0d1acd

Please sign in to comment.