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:
parent
83631bef99
commit
f6ea3747f8
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ etherpad_smtp_host: 'localhost'
|
|||
etherpad_smtp_port: '587'
|
||||
etherpad_smtp_user: 'support'
|
||||
etherpad_smtp_pass: 'changeme'
|
||||
etherpad_nodejs_version: '16'
|
||||
etherpad_nodejs_version: '17'
|
||||
etherpad_apt:
|
||||
- curl
|
||||
- nodejs
|
||||
|
|
Loading…
Reference in a new issue