audit workflow
This commit is contained in:
parent
7af81a4a65
commit
106977639b
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
@ -32,3 +32,7 @@ jobs:
|
||||
|
||||
- name: npm test
|
||||
run: npm test
|
||||
|
||||
- name: audit packages
|
||||
run: npm audit --audit-level=moderate
|
||||
if: matrix.operating-system == 'ubuntu-latest'
|
Loading…
Reference in New Issue
Block a user