switch to nodejs coz there is an issue with 16 (#11)

See https://github.com/nodesource/distributions/issues/1593 (already fixed on prod)

Co-authored-by: meaz <meaz@disroot.org>
Reviewed-on: #11
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
This commit is contained in:
meaz 2023-06-27 20:37:57 +00:00
parent 83631bef99
commit f6ea3747f8
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ etherpad_smtp_host: 'localhost'
etherpad_smtp_port: '587' etherpad_smtp_port: '587'
etherpad_smtp_user: 'support' etherpad_smtp_user: 'support'
etherpad_smtp_pass: 'changeme' etherpad_smtp_pass: 'changeme'
etherpad_nodejs_version: '16' etherpad_nodejs_version: '17'
etherpad_apt: etherpad_apt:
- curl - curl
- nodejs - nodejs