From 9bcc95899cdb3f319ca8c7d82f888c208f14868f Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Thu, 6 Jun 2019 13:55:17 +0800 Subject: [PATCH] upgrade node version when building --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 295804b..5a3040e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ build: script: - apt update - apt install -y curl gnupg - - curl -sL https://deb.nodesource.com/setup_8.x | bash - + - curl -sL https://deb.nodesource.com/setup_12.x | bash - - apt update - apt install -y nodejs - rm ./package-lock.json -- GitLab