Set node engines field to LTS versions

Fixes #1761

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2021-10-21 20:36:25 +02:00
parent 723338155c
commit dcf4e17516
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

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