mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 20:34:02 +03:00
🔥 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:
parent
c46db8d72f
commit
8d29095fa8
@ -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:
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user