Skip to content

Commit 284a122

Browse files
committed
fix(ci): use npm install instead of npm ci
- npm ci fails to find package-lock.json - npm install works with working-directory setting
1 parent 6b9886c commit 284a122

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
@@ -44,7 +44,7 @@ jobs:
4444
node-version: '18'
4545

4646
- name: Install dependencies
47-
run: npm ci
47+
run: npm install
4848

4949
- name: Run TypeScript check
5050
run: npx tsc --noEmit

0 commit comments

Comments
 (0)