Skip to content

Commit b4e0d71

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

2 files changed

Lines changed: 2 additions & 2 deletions

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 clean-install --ignore-scripts
29+
run: npm --verbose --ignore-scripts --no-audit
3030
# - name: Lint sources
3131
# run: npm run lint
3232
- name: Build

.github/workflows/tag-dist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: 22
2626
- name: Install
2727
working-directory: build
28-
run: npm clean-install --ignore-scripts
28+
run: npm clean-install --verbose --ignore-scripts --no-audit
2929
- name: Build
3030
working-directory: build
3131
run: npm run build

0 commit comments

Comments
 (0)