mirror of
1
0
Fork 0

Update .gitlab-ci.yml

This commit is contained in:
Henry Schreiner 2017-11-10 03:56:22 +00:00
parent e4412e89c5
commit bd8da983c5
1 changed files with 2 additions and 2 deletions

View File

@ -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: