🔥 Drop support for Node.js v0.12 (#7820)

no issue

- Node.js v0.12 will be EOL on 31st December
- This removes official support from Ghost
This commit is contained in:
Austin Burdine 2017-01-16 12:21:45 -06:00 committed by Katharina Irrgang
parent c46db8d72f
commit 8d29095fa8
2 changed files with 1 additions and 2 deletions

View File

@ -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:

View File

@ -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",