From e1df30bd5c46ec8d99d5758df748f035ec93b44b Mon Sep 17 00:00:00 2001 From: David Mehren Date: Thu, 22 Apr 2021 18:46:01 +0200 Subject: Raise minimum required Node.js version to 12 As Node 10 will be EOL at April 30th, we should stop supporting and/or promoting the usage of that version. See also https://endoflife.date/nodejs Signed-off-by: David Mehren --- docs/content/setup/manual-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/setup') diff --git a/docs/content/setup/manual-setup.md b/docs/content/setup/manual-setup.md index acc739ca..64ad57c5 100644 --- a/docs/content/setup/manual-setup.md +++ b/docs/content/setup/manual-setup.md @@ -1,7 +1,7 @@ # Manual Installation !!! info "Requirements on your server" - - Node.js 10.13 or higher + - Node.js 12 or higher - Database (PostgreSQL, MySQL, MariaDB, SQLite, MSSQL) 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 character set utf8 collate utf8_bin;` -- cgit v1.2.3