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"