Skip to content

Commit 808dd03

Browse files
committed
ci: update installation script
1 parent 800fa16 commit 808dd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Install dependencies
2828
working-directory: ${{ matrix.starter-kit }}
29-
run: npm ci
29+
run: npm i
3030

3131
- name: Lint
3232
working-directory: ${{ matrix.starter-kit }}

0 commit comments

Comments
 (0)