Use node 24

This commit is contained in:
pespinel 2026-02-17 16:53:06 +01:00
parent 6e5e10a81e
commit fd61f1e16f
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ function update_script() {
exit exit
fi fi
NODE_VERSION="20" setup_nodejs NODE_VERSION="24" setup_nodejs
msg_info "Updating ${APP} LXC" msg_info "Updating ${APP} LXC"
cd /opt/strapi cd /opt/strapi

View File

@ -21,7 +21,7 @@ $STD apt install -y \
libvips42 libvips42
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
NODE_VERSION="20" setup_nodejs NODE_VERSION="24" setup_nodejs
msg_info "Installing Strapi (Patience)" msg_info "Installing Strapi (Patience)"
mkdir -p /opt/strapi mkdir -p /opt/strapi