From 0d5202ec4caeab14ca3ae8dd132b91363f0ff2aa Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Tue, 12 May 2026 13:35:18 +0200 Subject: [PATCH] wikijs: bump node --- ct/wikijs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/wikijs.sh b/ct/wikijs.sh index ebeaf6451..8bef8c303 100644 --- a/ct/wikijs.sh +++ b/ct/wikijs.sh @@ -28,7 +28,7 @@ function update_script() { exit fi - NODE_VERSION="22" NODE_MODULE="yarn,node-gyp" setup_nodejs + NODE_VERSION="24" NODE_MODULE="yarn,node-gyp" setup_nodejs if check_for_gh_release "wikijs" "requarks/wiki"; then msg_info "Verifying whether ${APP}' new release is v3.x+ and current install uses SQLite."