From 57b15395505aaed8ef67578dfa0a9dc8fee640ae Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Wed, 16 Oct 2024 15:11:00 -0700 Subject: [PATCH] upgrade node to latest lts --- 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 b12d56c78..974456b5c 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.9.0" # The minimum required node version. MIN_VERSION = "18.17.0"