From 568fece78b52e5504adc0bc77ab9fcdd4f2387b4 Mon Sep 17 00:00:00 2001 From: Deon George Date: Wed, 7 Mar 2018 16:25:20 +1100 Subject: [PATCH] Revert back to npm install hexo-cli -g and changed to node:9.7 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c890a5..921236f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ # Deploy pages with hexo -image: node:4.2.2 +image: node:9.7 pages: stage: deploy @@ -9,7 +9,7 @@ pages: - node_modules/ script: - - npm install hexo --save + - npm install hexo-cli -g - npm install - hexo generate