From 80a892c810274f8def64d9f32cddc9d5784e55e9 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Tue, 4 Mar 2025 15:18:42 -0700 Subject: [PATCH] mineos: Node version - 20 > 23 --- mineos/mineos-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mineos/mineos-install.sh b/mineos/mineos-install.sh index 67f7c5b..ae2005d 100644 --- a/mineos/mineos-install.sh +++ b/mineos/mineos-install.sh @@ -2,7 +2,7 @@ # Install MineOS PYTHON_VERSION="311" -NODE_VERSION="20" +NODE_VERSION="23" JAVA_VERSION="22" HTTP="0"