Skip to content

Commit 1d06d2a

Browse files
committed
chore(ci): 使用 cnpm 安装依赖,解决 CI 环境缺少锁定文件的问题
1 parent 1e842e6 commit 1d06d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: "npm"
2424

2525
- name: Install dependencies
26-
run: npm install
26+
run: cnpm install
2727

2828
- name: Build project
2929
run: npm run build

0 commit comments

Comments
 (0)