Explorar o código

upgrade default node to current lts (#4086)

Khaleel Al-Adhami hai 7 meses
pai
achega
bec73109d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      reflex/constants/installer.py

+ 1 - 1
reflex/constants/installer.py

@@ -79,7 +79,7 @@ class Node(SimpleNamespace):
     """Node/ NPM constants."""
 
     # The Node version.
-    VERSION = "18.17.0"
+    VERSION = "20.18.0"
     # The minimum required node version.
     MIN_VERSION = "18.17.0"