From 13cd8cb8d53a7a1b393aecaa197645bb36dcee5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Mon, 9 Oct 2023 13:57:03 +0200 Subject: [PATCH] Change: Require nodejs 18 Version below 18 are end of life and will likely not even work for building GSA anymore. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b02513399..f15907391a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "license": "AGPL-3.0+", "main": "src/index.js", "engines": { - "node": ">=14.0" + "node": ">=18.0" }, "eslintConfig": { "extends": "react-app"