Commit ba684aec authored by Kamil Trzciński's avatar Kamil Trzciński

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
parents 7994db79 2b4aaaa8
---
title: Update node.js to 10.15.3 in CI template for Hexo
merge_request: 25943
author: Takuya Noguchi
type: other
# Full project: https://gitlab.com/pages/hexo # Full project: https://gitlab.com/pages/hexo
image: node:6.10.0 image: node:10.15.3
pages: pages:
script: script:
- npm install - npm install hexo-cli -g
- ./node_modules/hexo/bin/hexo generate - test -e package.json && npm install
- hexo generate
artifacts: artifacts:
paths: paths:
- public - public
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment