Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
2b4aaaa8
Commit
2b4aaaa8
authored
Mar 10, 2019
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update node.js to 10.15.3 in CI template for Hexo
Signed-off-by:
Takuya Noguchi
<
takninnovationresearch@gmail.com
>
parent
fa90b10f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
changelogs/unreleased/58748-update-nodejs-to-10-15-3.yml
changelogs/unreleased/58748-update-nodejs-to-10-15-3.yml
+5
-0
lib/gitlab/ci/templates/Pages/Hexo.gitlab-ci.yml
lib/gitlab/ci/templates/Pages/Hexo.gitlab-ci.yml
+4
-3
No files found.
changelogs/unreleased/58748-update-nodejs-to-10-15-3.yml
0 → 100644
View file @
2b4aaaa8
---
title
:
Update node.js to 10.15.3 in CI template for Hexo
merge_request
:
25943
author
:
Takuya Noguchi
type
:
other
lib/gitlab/ci/templates/Pages/Hexo.gitlab-ci.yml
View file @
2b4aaaa8
# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment