소스 검색

upgrade default node to current lts (#4086)

Khaleel Al-Adhami 7 달 전
부모
커밋
bec73109d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"