mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Dropped support for Node 12
refs https://github.com/TryGhost/Toolbox/issues/267 - Node 12 is EOL as of April 30th so we're going to be dropping support for it in Ghost too - the only change in Admin is to update the Node engines range
This commit is contained in:
parent
09467a0bb7
commit
6341b00389
@ -23,7 +23,7 @@
|
||||
"lint:hbs": "ember-template-lint ."
|
||||
},
|
||||
"engines": {
|
||||
"node": "^12.22.1 || ^14.17.0 || ^16.13.0"
|
||||
"node": "^14.17.0 || ^16.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "7.17.0",
|
||||
|
Loading…
Reference in New Issue
Block a user