From 1f627c5a30b02f5e3b8b0473903f7320e5e8c34b Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Tue, 29 Oct 2024 22:02:21 -0700 Subject: [PATCH] update nodejs to lts 22 for real this time (#4267) --- reflex/constants/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflex/constants/installer.py b/reflex/constants/installer.py index e1caeabed..f720218e3 100644 --- a/reflex/constants/installer.py +++ b/reflex/constants/installer.py @@ -118,7 +118,7 @@ class Node(SimpleNamespace): """Node/ NPM constants.""" # The Node version. - VERSION = "22.10.0" + VERSION = "22.11.0" # The minimum required node version. MIN_VERSION = "18.18.0"