Skip to content

Commit ee3a388

Browse files
authored
Update npm.yml
1 parent 7f4c460 commit ee3a388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cache: npm
2828

2929
- name: Install npm dependencies
30-
run: npm ci
30+
run: npm install
3131

3232
- name: Run build
3333
run: npm run build

0 commit comments

Comments
 (0)