From 9e2a733286a6edac29a1358f4f4322efcd5d75f8 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 16 Jan 2020 22:17:38 +0100 Subject: [PATCH] chore: bump npm in frontend:test --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7356cdef7..9780156a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -141,7 +141,8 @@ frontend:test: before_script: - apt-get update -y - npm install -g n - - n stable + - n 13.5.0 + - export PATH="${N_PREFIX}/bin:$PATH" - npm install -g npm - hash -r - apt-get install -y --no-install-recommends chromium-browser