mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 19:26:31 -05:00
Set node engines field to LTS versions
Fixes #1761 Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
723338155c
commit
dcf4e17516
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@
|
|||
"**/request": "^2.88.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
"node": "12.x || 14.x || 16.x"
|
||||
},
|
||||
"bugs": "https://github.com/hedgedoc/hedgedoc/issues",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in a new issue