Skip to content

Commit 59856e2

Browse files
eran132claude
andcommitted
fix: use npm install instead of npm ci in SonarCloud workflow
npm ci fails when package-lock.json is out of sync. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2460e34 commit 59856e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonarcloud.yml

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

2727
- name: Install dependencies
28-
run: npm ci
28+
run: npm install
2929

3030
- name: Run unit tests with coverage
3131
run: npx jest --coverage --coverageReporters=lcov

0 commit comments

Comments
 (0)