Skip to content

Commit

Permalink
chore(ci-cd): add Check npm audit step
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryShkoda committed Jan 21, 2022
1 parent 5f83f14 commit c651f8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Check npm audit
run: npm audit --production --audit-level=low

- name: Install Dependencies
run: npm ci

Expand Down

0 comments on commit c651f8f

Please sign in to comment.