yuvomi/flatnotes: bump NODE_VERSION to 24 per upstream requirements (#16913)

This commit is contained in:
MickLesk
2026-08-31 14:03:56 +02:00
parent 12c6e86cf2
commit 52a21d2bfd
5 changed files with 13 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env bash
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
_CS_DEFAULT_URL="https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main"
_cs_boot="${COMMUNITY_SCRIPTS_CORE_DIR:-$(dirname "${BASH_SOURCE[0]}")/../../core}/core/build.func"
source "$_cs_boot" 2>/dev/null || source <(curl -fsSL "${COMMUNITY_SCRIPTS_CORE_URL:-https://raw.githubusercontent.com/community-scripts/core/main}/core/build.func")
# Copyright (c) 2021-2026 community-scripts ORG
# Author: luismco
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
@@ -39,6 +41,7 @@ function update_script() {
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "flatnotes" "dullage/flatnotes" "tarball"
restore_backup
NODE_VERSION="24" setup_nodejs
msg_info "Updating Flatnotes"
cd /opt/flatnotes/client