Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/audit.yml')
-rw-r--r--.github/workflows/audit.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml
index 281331a54..fa272ea63 100644
--- a/.github/workflows/audit.yml
+++ b/.github/workflows/audit.yml
@@ -30,5 +30,7 @@ jobs:
cache: npm
- name: Reset Deps
run: node . run resetdeps -- --package-lock
- - name: Run Audit
- run: node . audit
+ - name: Run Production Audit
+ run: node . audit --omit=dev
+ - name: Run Full Audit
+ run: node . audit --audit-level=none