File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ $STD apt-get install -y \
1818 git
1919msg_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
2222PG_VERSION=" 17" setup_postgresql
2323fetch_and_deploy_gh_release " wikijs" " requarks/wiki" " prebuild" " latest" " /opt/wikijs" " wiki-js.tar.gz"
2424
You can’t perform that action at this time.
0 commit comments