devops: disable npm audit on CI (#23902)
This commit is contained in:
parent
69ae8c1a28
commit
9a580af1e6
2
.github/workflows/infra.yml
vendored
2
.github/workflows/infra.yml
vendored
|
|
@ -35,5 +35,3 @@ jobs:
|
|||
git diff
|
||||
exit 1
|
||||
fi
|
||||
- name: Audit prod NPM dependencies
|
||||
run: npm audit --omit dev
|
||||
|
|
|
|||
Loading…
Reference in a new issue