Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Recommend Node v4 & use as default (#126)
Browse files Browse the repository at this point in the history
refs TryGhost/Ghost#7098

- Use Node v4 as our default build environment
- Change engines in package.json to match Ghost core
  • Loading branch information
ErisDS authored and kevinansfield committed Jul 15, 2016
1 parent e66ff5d commit dec555a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ dist: trusty

language: node_js
node_js:
- "0.10"
- "4"

env:
global:
- GITHUB_OAUTH_KEY=003a44d58f12089d0c0261338298af3813330949

matrix:
include:
- node_js: "0.10"
- node_js: "4"
env: TEST_SUITE=lint

branches:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "ember test"
},
"engines": {
"node": ">= 0.10.0"
"node": "~0.10.0 || ~0.12.0 || ^4.2.0"
},
"devDependencies": {
"bluebird": "3.4.1",
Expand Down

0 comments on commit dec555a

Please sign in to comment.