Skip to content

Commit c3caa54

Browse files
authored
Fix. 修复自动脚本的包管理问题
1 parent 360ae30 commit c3caa54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: '20'
2222

2323
- name: Install Dependencies
24-
run: npm ci
24+
run: pnpm ci
2525

2626
- name: Build and Export
2727
run: |

0 commit comments

Comments
 (0)