devops: audit prod npm dependencies (#12959)
This commit is contained in:
parent
7db40071a8
commit
94f7c2dcba
2
.github/workflows/infra.yml
vendored
2
.github/workflows/infra.yml
vendored
|
|
@ -32,3 +32,5 @@ jobs:
|
||||||
git diff
|
git diff
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
- name: Audit prod NPM dependencies
|
||||||
|
run: npm audit --omit dev
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue