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