Merge pull request #1768 from hedgedoc/fix/engines_lts_only

This commit is contained in:
David Mehren 2021-10-21 21:09:53 +02:00 committed by GitHub
commit 970a8bddab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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": [