Skip to content

Commit 3362082

Browse files
committed
ci: 👷 优化 CI 依赖安装流程
- 移除 package-lock.json,统一使用 yarn - 使用 --frozen-lockfile 确保依赖版本一致性 - 更新 yarn.lock 此变更改进了 CI 流程,确保每次构建使用相同的依赖版本。
1 parent a75e24c commit 3362082

3 files changed

Lines changed: 12140 additions & 73630 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: 14
2222
- name: Install dependencies
23-
run: yarn
23+
run: yarn install --frozen-lockfile
2424
- name: Build
2525
run: yarn build
2626
- name: Release

0 commit comments

Comments
 (0)