From cc9edf636df01a8e3ced319735db6a13363c7e7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 11:01:45 +0000 Subject: [PATCH] flatnotes: bump Node.js from 22 to 24 --- install/flatnotes-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/flatnotes-install.sh b/install/flatnotes-install.sh index 38d5c40bf..4b9d9d325 100644 --- a/install/flatnotes-install.sh +++ b/install/flatnotes-install.sh @@ -15,7 +15,7 @@ update_os fetch_and_deploy_gh_release "flatnotes" "dullage/flatnotes" "tarball" USE_UVX="YES" setup_uv -NODE_VERSION="22" setup_nodejs +NODE_VERSION="24" setup_nodejs msg_info "Setting up Flatnotes" cd /opt/flatnotes