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:
parent
b1662073ee
commit
d9f716f13a
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue