Raise minimum required Node.js version to 12

As Node 10 will be EOL at April 30th, we should stop supporting
and/or promoting the usage of that version.

See also https://endoflife.date/nodejs

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren
2021-04-22 18:46:01 +02:00
parent 5cef3d4ac7
commit e1df30bd5c
4 changed files with 7 additions and 4 deletions

View File

@@ -145,7 +145,7 @@
"**/request": "^2.88.0"
},
"engines": {
"node": ">=10.13"
"node": ">=12"
},
"bugs": "https://github.com/hedgedoc/hedgedoc/issues",
"keywords": [