0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

💡 Bumped minimum node v8.x version to v8.10.0

no-issue

This is to keep it in sync with Ghost
This commit is contained in:
Fabien O'Carroll 2019-07-15 19:25:51 +08:00
parent b1662073ee
commit d9f716f13a

View file

@ -22,7 +22,7 @@
"lint:js": "eslint ." "lint:js": "eslint ."
}, },
"engines": { "engines": {
"node": "^8.9.0 || ^10.13.0" "node": "^8.10.0 || ^10.13.0"
}, },
"devDependencies": { "devDependencies": {
"@ember/jquery": "0.6.1", "@ember/jquery": "0.6.1",