chore: drop support for node 14

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-04-14 11:38:18 +02:00 committed by David Mehren
parent cb233bac1a
commit cd83499bc0
4 changed files with 7 additions and 3 deletions

View file

@ -2,6 +2,9 @@
## UNRELEASED
**Please note:** This release dropped support for Node 14, which is end-of-life since May 2023.
You now need Node 16 to run HedgeDoc. We don't support more recent versions of Node.
### Enhancements
- Extend boolean environment variable parsing with other positive answers and case insensitivity.
- Allow setting of `documentMaxLength` via `CMD_DOCUMENT_MAX_LENGTH` environment variable.