mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
🔥 Dropped Node v6 support (#1218)
no issue - Node v6 has come to EOL as of 2019-04-30 (ref. https://github.com/nodejs/Release#end-of-life-releases)
This commit is contained in:
parent
83400f6f47
commit
7ac21eed0e
@ -22,7 +22,7 @@
|
|||||||
"lint:js": "eslint ."
|
"lint:js": "eslint ."
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 6"
|
"node": "^8.9.0 || ^10.13.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ember/jquery": "0.6.0",
|
"@ember/jquery": "0.6.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user