Wikijs: Bump Node.js version to 22 (#7643)

* Update Node.js version to 22 in installer script

* Update wikijs.sh
This commit is contained in:
CanbiZ
2025-09-15 11:19:32 +02:00
committed by GitHub
parent e47d62d575
commit 31be78878f
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ function update_script() {
msg_error "No ${APP} Installation Found!"
exit
fi
NODE_VERSION="22" NODE_MODULE="yarn@latest,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."
SQLITE_INSTALL=$([ -f /opt/wikijs/db.sqlite ] && echo "true" || echo "false")