diff --git a/reflex/constants/installer.py b/reflex/constants/installer.py index b12d56c78..9acc109ac 100644 --- a/reflex/constants/installer.py +++ b/reflex/constants/installer.py @@ -80,7 +80,7 @@ class Node(SimpleNamespace): """Node/ NPM constants.""" # The Node version. - VERSION = "20.18.0" + VERSION = "22.10.0" # The minimum required node version. MIN_VERSION = "18.17.0"