Can confirm that creating SSL certs works again after updating nodejs to 16.x
This commit is contained in:
Jeffrey 2022-01-27 22:31:17 +01:00 committed by GitHub
parent 03d079b7b4
commit 906762390d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ runcmd apt-get update && apt-get install -y -q --no-install-recommends openresty
# Install nodejs
log "Installing nodejs"
runcmd wget -qO - https://deb.nodesource.com/setup_14.x | bash -
runcmd wget -qO - https://deb.nodesource.com/setup_16.x | bash -
runcmd apt-get install -y -q --no-install-recommends nodejs
runcmd npm install --global yarn