From 365dab7c3f461d4b240f3ab94f25828b2f58cbdf Mon Sep 17 00:00:00 2001 From: Nikolaj Frey Date: Wed, 24 Jul 2024 09:48:03 +0800 Subject: [PATCH] Fixed node version issue feature/random-nik-things --- remix/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remix/package.json b/remix/package.json index caaf9b8..feae0a4 100644 --- a/remix/package.json +++ b/remix/package.json @@ -74,6 +74,6 @@ "@types/react": "^17.0.2" }, "engines": { - "node": ">=14" + "node": "18.x" } }