Skip to content

Commit bfe6db4

Browse files
committed
fix: use npm install instead of npm ci in github actions to avoid cross-platform lockfile mismatches
1 parent 8ca13f0 commit bfe6db4

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
@@ -20,7 +20,7 @@ jobs:
2020
cache: 'npm'
2121

2222
- name: Install dependencies
23-
run: npm ci
23+
run: npm install
2424

2525
- name: Run linter
2626
run: npm run lint

0 commit comments

Comments
 (0)