Use node:latest for audit

This commit is contained in:
Joel Collins 2019-10-15 10:34:35 +00:00
parent 599f126a46
commit ed1a143e2b

View file

@ -14,7 +14,7 @@ cache:
# Check for dependency vulnerabilities
audit:
stage: test
image: electronuserland/builder:wine
image: node:latest
script:
- npm audit --json> audit.json