Skip to content

Commit 04713cb

Browse files
committed
chore: add pnpm version
1 parent e74e278 commit 04713cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
with:
3434
fetch-depth: 0 # 如果未启用 lastUpdated,则不需要
3535
- uses: pnpm/action-setup@v3 # 如果使用 pnpm,请取消注释
36+
with:
37+
version: 8
3638
# - uses: oven-sh/setup-bun@v1 # 如果使用 Bun,请取消注释
3739
- name: Setup Node
3840
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)