Skip to content

Commit d177761

Browse files
committed
ci: remove pnpm setup
1 parent c84239b commit d177761

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
steps:
2020
- name: Checkout Repo
2121
uses: actions/checkout@v4
22-
- uses: pnpm/action-setup@v3 # 如果使用 pnpm,请取消此区域注释
23-
with:
24-
version: 9
2522
- name: Setup bun
2623
uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
2724
# 安装依赖

0 commit comments

Comments
 (0)