From 7c7a97424a1ed840471d4bd5832a5daef7a70602 Mon Sep 17 00:00:00 2001 From: Lendemor Date: Fri, 25 Oct 2024 23:17:37 +0200 Subject: [PATCH] bump min node version --- 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 56e47966e..e1caeabed 100644 --- a/reflex/constants/installer.py +++ b/reflex/constants/installer.py @@ -120,7 +120,7 @@ class Node(SimpleNamespace): # The Node version. VERSION = "22.10.0" # The minimum required node version. - MIN_VERSION = "18.17.0" + MIN_VERSION = "18.18.0" @classproperty @classmethod