Skip to content

Commit 83770fe

Browse files
fix no audit (#60)
Signed-off-by: Carlos Feria <2582866+carlosthe19916@users.noreply.github.com>
1 parent 0379c59 commit 83770fe

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.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 clean-install --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

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
engine-strict=true
22
fetch-timeout=60000
3+
omit-lockfile-registry-resolved=false

0 commit comments

Comments
 (0)