audit workflow

v2-proxy
Bryan MacFarlane 5 years ago
parent 7af81a4a65
commit 106977639b

@ -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…
Cancel
Save