Skip to content

Commit c5fa789

Browse files
committed
ci: use pnpm
1 parent 52f2504 commit c5fa789

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
# # 安装依赖
2727
# - name: Install dependencies
2828
# run: bun install --frozen-lockfile
29+
- uses: pnpm/action-setup@v4
2930
- name: Setup Node
3031
uses: actions/setup-node@v4
3132
with:

.github/workflows/website.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
uses: actions/checkout@v4
3737
with:
3838
fetch-depth: 0
39+
- uses: pnpm/action-setup@v4
3940
- name: Setup Node
4041
uses: actions/setup-node@v4
4142
with:

0 commit comments

Comments
 (0)