Skip to content

Commit bf494a6

Browse files
fix no audit
Signed-off-by: Carlos Feria <2582866+carlosthe19916@users.noreply.github.com>
1 parent b4e0d71 commit bf494a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-repo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Verify package-lock.json
2727
run: ./scripts/verify_lock.mjs
2828
- name: Install dependencies
29-
run: npm --verbose --ignore-scripts --no-audit
29+
run: npm clean-install --verbose --ignore-scripts --no-audit
3030
# - name: Lint sources
3131
# run: npm run lint
3232
- name: Build

0 commit comments

Comments
 (0)