From 1eacc659d7f23453be55808697249b6a5acde4bd Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Thu, 17 Oct 2024 12:04:51 -0700 Subject: [PATCH] noejs 22.10.0 is out --- 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 974456b5c..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 = "22.9.0" + VERSION = "22.10.0" # The minimum required node version. MIN_VERSION = "18.17.0"