From 357237c340940f4a0e7d43a2333fb6a7f8e12411 Mon Sep 17 00:00:00 2001 From: lostinlight Date: Tue, 3 Apr 2018 07:09:01 +0300 Subject: [PATCH] Node-Sass supports only Node 8.x, trying carbon --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0c9a56..97d3c48 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,8 @@ -image: node:latest +image: node:6.11.1 pages: script: - - npm cache clean --force - npm install - npm install gulp -g - gulp build --cwd ./themes/starter