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:
commit
ba684aecd7
2 changed files with 9 additions and 3 deletions
5
changelogs/unreleased/58748-update-nodejs-to-10-15-3.yml
Normal file
5
changelogs/unreleased/58748-update-nodejs-to-10-15-3.yml
Normal 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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue