From bd8da983c5347f410dcd678b5403985f6b9a4fcb Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 10 Nov 2017 03:56:22 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60a02d2..5cf688f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ -# requiring the environment of NodeJS 4.2.2 -image: node:4.2.2 +# requiring the environment of NodeJS 8 LTS series (carbon) +image: node:carbon # add 'node_modules' to cache for speeding up builds cache: