Forráskód Böngészése

update nodejs to lts 22 for real this time (#4267)

Khaleel Al-Adhami 6 hónapja
szülő
commit
1f627c5a30
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      reflex/constants/installer.py

+ 1 - 1
reflex/constants/installer.py

@@ -118,7 +118,7 @@ class Node(SimpleNamespace):
     """Node/ NPM constants."""
     """Node/ NPM constants."""
 
 
     # The Node version.
     # The Node version.
-    VERSION = "22.10.0"
+    VERSION = "22.11.0"
     # The minimum required node version.
     # The minimum required node version.
     MIN_VERSION = "18.18.0"
     MIN_VERSION = "18.18.0"