Merge branch '58748-update-nodejs-to-10.15.3' into 'master'

Update Node.js to 10.15.3 in CI template for Hexo

See merge request gitlab-org/gitlab-ce!25943
This commit is contained in:
Kamil Trzciński 2019-04-16 11:17:49 +00:00
commit ba684aecd7
2 changed files with 9 additions and 3 deletions

View file

@ -0,0 +1,5 @@
---
title: Update node.js to 10.15.3 in CI template for Hexo
merge_request: 25943
author: Takuya Noguchi
type: other

View file

@ -1,10 +1,11 @@
# Full project: https://gitlab.com/pages/hexo
image: node:6.10.0
image: node:10.15.3
pages:
script:
- npm install
- ./node_modules/hexo/bin/hexo generate
- npm install hexo-cli -g
- test -e package.json && npm install
- hexo generate
artifacts:
paths:
- public