🔥 Dropped support for Node 10

refs https://github.com/TryGhost/Team/issues/658

- Node 10 become EOL as of April 30th so it's time to drop support
- this commit removes the 10.x range from the `node` `engines` block
This commit is contained in:
Daniel Lockyer 2021-05-05 14:27:44 +01:00
parent abe7857e18
commit 7aebb410bc

View File

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