Commit 2b4aaaa8 authored by Takuya Noguchi's avatar Takuya Noguchi

Update node.js to 10.15.3 in CI template for Hexo

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent fa90b10f
---
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