Skip to content

Commit

Permalink
馃敟 Drop support for Node.js v0.12 (#7820)
Browse files Browse the repository at this point in the history
no issue

- Node.js v0.12 will be EOL on 31st December
- This removes official support from Ghost
  • Loading branch information
acburdine authored and kirrg001 committed Jan 16, 2017
1 parent c46db8d commit 8d29095
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: node_js
# When changing node version also update it on lines 34, 36 and 46.
node_js:
- "4"
- "0.12"
- "6"
sudo: false
cache:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test": "grunt validate --verbose"
},
"engines": {
"node": "~0.12.0 || ^4.2.0 || ^6.5.0"
"node": "^4.2.0 || ^6.5.0"
},
"dependencies": {
"amperize": "1.0.0",
Expand Down

0 comments on commit 8d29095

Please sign in to comment.