Update .gitlab-ci.yml file

This commit is contained in:
Simeon Pursiainen
2025-04-10 14:28:11 +03:00
parent 734a91c490
commit 1be5ef9cb4
+1
View File
@@ -23,6 +23,7 @@ install:
audit:
image: node:16
needs: ["install"]
allow_failure: true
stage: audit
script:
- npm audit --audit-level=critical