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:
Daniel Lockyer 2022-04-19 15:51:02 +01:00
parent 09467a0bb7
commit 6341b00389

View File

@ -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",