Skip to content

Commit b4bce49

Browse files
authored
Joplin-Server: Bump Node.js version from 22 to 24 (#9405)
1 parent c8ed59b commit b4bce49

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ct/joplin-server.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ function update_script() {
2828
exit
2929
fi
3030

31+
NODE_VERSION=24 NODE_MODULE="yarn,npm,pm2" setup_nodejs
32+
3133
if check_for_gh_release "joplin-server" "laurent22/joplin"; then
3234
msg_info "Stopping Services"
3335
systemctl stop joplin-server

install/joplin-server-install.sh

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

2222
PG_VERSION="17" setup_postgresql
23-
NODE_VERSION=22 NODE_MODULE="yarn,npm,pm2" setup_nodejs
23+
NODE_VERSION=24 NODE_MODULE="yarn,npm,pm2" setup_nodejs
2424
mkdir -p /opt/pm2
2525
export PM2_HOME=/opt/pm2
2626
$STD pm2 install pm2-logrotate

0 commit comments

Comments
 (0)