From 8071a81481cf9bfa6be2cec5403a1780593d9271 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Thu, 14 May 2026 17:48:17 +0200 Subject: [PATCH] etherpad: now uses node 22 and npm 10 --- install/etherpad-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/etherpad-install.sh b/install/etherpad-install.sh index 309a0c25..9a2b74a3 100644 --- a/install/etherpad-install.sh +++ b/install/etherpad-install.sh @@ -13,7 +13,7 @@ setting_up_container network_check update_os -NODE_VERSION=25 NODE_MODULE="pnpm" setup_nodejs +NODE_VERSION=22 NODE_MODULE="pnpm@10" setup_nodejs fetch_and_deploy_gh_release "etherpad" "ether/etherpad" "binary" msg_info "Configuring Etherpad"