Skip to content

Commit cba9808

Browse files
Update sonar-scanner.yml
1 parent e34c45e commit cba9808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: 18
2727
- name: Build with npm
2828
run: |
29-
npm ci --force
29+
npm ci
3030
npm run build --if-present
3131
npm test
3232
npm run coverage

0 commit comments

Comments
 (0)