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

@ -1,7 +1,8 @@
# Manual Installation
!!! info "Requirements on your server"
- Node.js `>= 14.13.1` or any version of Node 16. Node 18 is NOT supported. We recommend to run HedgeDoc with the latest release of Node 16.
- Node.js 16
Newer versions are NOT supported. We recommend to run HedgeDoc with the latest release of Node 16.
- Database (PostgreSQL, MySQL, MariaDB, SQLite)
The database must use charset `utf8`. This is typically the default in PostgreSQL and SQLite.
In MySQL and MariaDB UTF-8 might need to be set with `alter database <DBNAME> character set utf8 collate utf8_bin;`