0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Merge pull request #6490 from naoyak/node-4-semver

Support Node v4 LTS semver-minor releases
This commit is contained in:
Hannah Wolfe 2016-02-12 11:28:21 +00:00
commit 893971cc51
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ language: node_js
node_js:
- "0.10"
- "0.12"
- "4.2"
- "4"
sudo: false
cache:
directories:

View file

@ -40,7 +40,7 @@ Install Node.js.
```bash
# Node v0.10.x - recommended
# Node v0.12.x and v4.2.x - supported
# Node v0.12.x and v4.2.x / v4.3.x - supported
#
# Choose wisely
```

View file

@ -23,7 +23,7 @@
"test": "grunt validate --verbose"
},
"engines": {
"node": "~0.10.0 || ~0.12.0 || ~4.2.0",
"node": "~0.10.0 || ~0.12.0 || ^4.2.0",
"iojs": "~1.2.0"
},
"dependencies": {