Skip to content

Commit 111971d

Browse files
authored
Change npm ci to npm install in CI workflow
1 parent e5a8895 commit 111971d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

2828
- name: Install dependencies
29-
run: npm ci
29+
run: npm install
3030

3131
- name: TypeScript check
3232
run: ./node_modules/.bin/tsc --noEmit

0 commit comments

Comments
 (0)