mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 00:15:11 +03:00
🔥 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:
parent
abe7857e18
commit
7aebb410bc
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user