Skip to content

Commit

Permalink
fix: pr action break due to low severity deps issues
Browse files Browse the repository at this point in the history
  • Loading branch information
abose authored and charlypa committed Oct 7, 2024
1 parent d076779 commit 15f9157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vulnerability check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- uses: actions/checkout@v4
- name: Checking vulnerabilities in prod dependencies- npm audit --prod
run: |
npm audit --prod
npm audit --prod --audit-level=high

0 comments on commit 15f9157

Please sign in to comment.