Skip to content

Commit 74d8040

Browse files
committed
111
1 parent feae133 commit 74d8040

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/aws-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
cache: 'npm'
2121

2222
- name: Install Node.js dependencies
23-
run: npm ci
23+
run: npm install
24+
# 将 npm ci 改为 npm install
2425

2526
- name: Run Gulp tasks
2627
run: npx gulp

0 commit comments

Comments
 (0)