Browse Source

upgrade node to latest lts (#4191)

Khaleel Al-Adhami 7 months ago
parent
commit
fcc97b0402
1 changed files with 1 additions and 1 deletions
  1. 1 1
      reflex/constants/installer.py

+ 1 - 1
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"