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: