mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-23 00:09:07 +08:00
exclude dev dependencies while we work on removing lerna
This commit is contained in:
parent
59400e2013
commit
dd8d7c3551
2
.github/workflows/audit.yml
vendored
2
.github/workflows/audit.yml
vendored
@ -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…
x
Reference in New Issue
Block a user