Skip to content

Commit

Permalink
chore: require node 8 or above
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Jul 25, 2019
1 parent eed3dfe commit a244e6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ cache:
- node_modules

node_js:
- "6"
- "8"
- "10"
- "node"

before_script:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
"hexo-util": "^0.6.0",
"moment": "^2.18.0",
"swig-templates": "^2.0.2"
},
"engines": {
"node": ">=8.6.0"
}
}

0 comments on commit a244e6c

Please sign in to comment.