提交 2b4aaaa8 编写于 作者: T Takuya Noguchi

Update node.js to 10.15.3 in CI template for Hexo

Signed-off-by: NTakuya Noguchi <takninnovationresearch@gmail.com>
上级 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
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册