mirror of https://github.com/actions/toolkit
exclude dev dependencies while we work on removing lerna
parent
59400e2013
commit
dd8d7c3551
|
@ -32,7 +32,7 @@ jobs:
|
|||
run: npm run bootstrap
|
||||
|
||||
- name: audit tools (without allow-list)
|
||||
run: npm audit --audit-level=moderate
|
||||
run: npm audit --audit-level=moderate --omit dev
|
||||
|
||||
- name: audit packages
|
||||
run: npm run audit-all
|
||||
|
|
Loading…
Reference in New Issue