mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-12 14:41:25 +00:00
Set minimum required Node version to 10.13
This was computed based on our dependencies using `installed-check`. Node 10 is supported until April 2021. Signed-off-by: David Mehren <git@herrmehren.de> Co-authored-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
724319d355
commit
56e82364f0
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@
|
|||
"**/request": "^2.88.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.x"
|
||||
"node": ">=10.13"
|
||||
},
|
||||
"bugs": "https://github.com/codimd/server/issues",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in a new issue