From 881bd299f62b9532128112e875a1a4cb887b2223 Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Tue, 1 Jan 2019 09:01:07 -0500 Subject: [PATCH] Pinning builds to Node 10 to avoid compatibility issue --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6312f05..48fc207 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:latest +image: node:10 variables: BUILD_PATH: ./public