Skip to content

Commit

Permalink
chore: deploy pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
mlzzen committed Jun 11, 2024
1 parent 2b47577 commit 8a9c49d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
with:
fetch-depth: 0 # 如果未启用 lastUpdated,则不需要
- uses: pnpm/action-setup@v3 # 如果使用 pnpm,请取消注释
with:
version: 7.13.0 # 指定 pnpm 版本
# - uses: oven-sh/setup-bun@v1 # 如果使用 Bun,请取消注释
- name: Setup Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 8a9c49d

Please sign in to comment.