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

Bumped minimum Node 14 version to latest LTS

- 14.15.0 is the latest version of Node 14 LTS
This commit is contained in:
Daniel Lockyer 2020-10-28 11:05:00 +00:00
parent 348ffc7d05
commit 3183fe045d

View file

@ -22,7 +22,7 @@
"lint:js": "eslint ."
},
"engines": {
"node": "^10.13.0 || ^12.10.0 || ^14.14.0"
"node": "^10.13.0 || ^12.10.0 || ^14.15.0"
},
"devDependencies": {
"@ember/jquery": "1.1.0",