chore(workflow-audit): omit dev dependencies in npm audit

This commit is contained in:
daniyal 2024-08-22 14:37:23 +05:00
parent 18270c5d8a
commit 73a5d42fcf
2 changed files with 2 additions and 2 deletions

@ -18,7 +18,7 @@ jobs:
node-version: 18
- name: Audit
run: npm audit
run: npm audit --omit=dev
- name: Install Dependencies
run: npm ci

@ -19,7 +19,7 @@ jobs:
node-version: 18
- name: Audit
run: npm audit
run: npm audit --omit=dev
- name: Install Dependencies
run: npm ci