From: Dan Allen Date: Wed, 26 Dec 2018 22:42:46 +0000 (-0700) Subject: switch CI pipeline to Node 10 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ab7d0030fe362c446b92d0789c2194f273701e12;p=working%2Feg-antora.git switch CI pipeline to Node 10 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 884d261..7b96b63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:8.11.1-alpine +image: node:10.14.2-alpine stages: [setup, verify, deploy] yarn: stage: setup