Commit a6efe05
committed
fix: 简化CI工作流,移除缓存配置避免错误
## 问题解决
1. **移除缓存配置**: 删除cache和cache-dependency-path配置,避免'Some specified paths were not resolved'错误
2. **简化依赖安装**: 直接使用npm install --legacy-peer-deps,不尝试npm ci
3. **提高稳定性**: 避免复杂的依赖检查和回退逻辑
## 改进效果
- 消除CI缓存路径错误
- 简化工作流配置
- 提高CI运行稳定性
- 保持依赖安装功能正常1 parent 0722be8 commit a6efe05
1 file changed
+2
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 24 | + | |
| 25 | + | |
40 | 26 | | |
41 | 27 | | |
42 | 28 | | |
| |||
0 commit comments