Skip to content

Commit d095471

Browse files
committed
修改yaml
1 parent 2f5f73b commit d095471

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 0 # 如果未启用 lastUpdated,则不需要
35-
- uses: pnpm/action-setup@v3 # 如果使用 pnpm,请取消此区域注释
36-
with:
37-
version: 9
35+
- uses: pnpm/action-setup@v3 # 如果使用 pnpm,请取消此区域注释
36+
with:
37+
version: 9
3838
# - uses: oven-sh/setup-bun@v1 # 如果使用 Bun,请取消注释
3939
- name: Setup Node
4040
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)