We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e74e278 commit 04713cbCopy full SHA for 04713cb
.github/workflows/deploy.yml
@@ -33,6 +33,8 @@ jobs:
33
with:
34
fetch-depth: 0 # 如果未启用 lastUpdated,则不需要
35
- uses: pnpm/action-setup@v3 # 如果使用 pnpm,请取消注释
36
+ with:
37
+ version: 8
38
# - uses: oven-sh/setup-bun@v1 # 如果使用 Bun,请取消注释
39
- name: Setup Node
40
uses: actions/setup-node@v4
0 commit comments