Use node:latest for audit
This commit is contained in:
parent
599f126a46
commit
ed1a143e2b
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ cache:
|
||||||
# Check for dependency vulnerabilities
|
# Check for dependency vulnerabilities
|
||||||
audit:
|
audit:
|
||||||
stage: test
|
stage: test
|
||||||
image: electronuserland/builder:wine
|
image: node:latest
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm audit --json> audit.json
|
- npm audit --json> audit.json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue