From ce6cac9b8a1e0780444bd2d05feb627d0f9a2c0d Mon Sep 17 00:00:00 2001 From: lain Date: Wed, 20 Nov 2019 13:41:44 +0100 Subject: [PATCH] update ci node version --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f6d3c92..9d78c089 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # This file is a template, and might need editing before it works on your project. # Official framework image. Look for the different tagged releases at: # https://hub.docker.com/r/library/node/tags/ -image: node:8 +image: node:8-jessie stages: - lint