diff --git a/CHANGES b/CHANGES index 6095c2cc4..422cf9ffa 100644 --- a/CHANGES +++ b/CHANGES @@ -2930,7 +2930,7 @@ * notifications: email notification when server reboot is required * notifications: email notification when cloudron update failed * notifications: email notification for low disk space (90%) -* node: update to 22.13.1 +* node: update to 22.17.0 * docker: update to 28.3.0 * s3: automatically abort old multipart uploads * notifications: validate domains configs diff --git a/scripts/installer.sh b/scripts/installer.sh index 781641227..91af656b0 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -127,7 +127,7 @@ if ! which docker 2>/dev/null || [[ $(docker version --format {{.Client.Version} fi readonly old_node_version=20.18.0 -readonly node_version=22.13.1 +readonly node_version=22.17.0 if ! which node 2>/dev/null || [[ "$(node --version)" != "v${node_version}" ]]; then log "installing/updating node ${node_version}" mkdir -p /usr/local/node-${node_version}