From ed1a143e2b2fc65f7a90730a29f8b6ee927bd6ba Mon Sep 17 00:00:00 2001 From: Joel Collins <2579603-jtc42@users.noreply.gitlab.com> Date: Tue, 15 Oct 2019 10:34:35 +0000 Subject: [PATCH] Use node:latest for audit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb92657b..3a7c9809 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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