Skip to content

Commit 31be788

Browse files
authored
Wikijs: Bump Node.js version to 22 (#7643)
* Update Node.js version to 22 in installer script * Update wikijs.sh
1 parent e47d62d commit 31be788

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ct/wikijs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function update_script() {
2727
msg_error "No ${APP} Installation Found!"
2828
exit
2929
fi
30-
30+
NODE_VERSION="22" NODE_MODULE="yarn@latest,node-gyp" setup_nodejs
3131
if check_for_gh_release "wikijs" "requarks/wiki"; then
3232
msg_info "Verifying whether ${APP}' new release is v3.x+ and current install uses SQLite."
3333
SQLITE_INSTALL=$([ -f /opt/wikijs/db.sqlite ] && echo "true" || echo "false")

install/wikijs-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $STD apt-get install -y \
1818
git
1919
msg_ok "Installed Dependencies"
2020

21-
NODE_VERSION="20" NODE_MODULE="yarn@latest,node-gyp" setup_nodejs
21+
NODE_VERSION="22" NODE_MODULE="yarn@latest,node-gyp" setup_nodejs
2222
PG_VERSION="17" setup_postgresql
2323
fetch_and_deploy_gh_release "wikijs" "requarks/wiki" "prebuild" "latest" "/opt/wikijs" "wiki-js.tar.gz"
2424

0 commit comments

Comments
 (0)