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 52f2504 commit c5fa789Copy full SHA for c5fa789
.github/workflows/publish.yaml
@@ -26,6 +26,7 @@ jobs:
26
# # 安装依赖
27
# - name: Install dependencies
28
# run: bun install --frozen-lockfile
29
+ - uses: pnpm/action-setup@v4
30
- name: Setup Node
31
uses: actions/setup-node@v4
32
with:
.github/workflows/website.yaml
@@ -36,6 +36,7 @@ jobs:
36
uses: actions/checkout@v4
37
38
fetch-depth: 0
39
40
41
42
0 commit comments