From 84db35bb4456e81efabfdd2c2c2886b39e6a5259 Mon Sep 17 00:00:00 2001 From: DIVISIONSolar Date: Tue, 3 Dec 2024 18:52:48 -0500 Subject: [PATCH] enfore nodejs --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index ffdccdd..3009e4f 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,9 @@ "start": "next start", "lint": "next lint" }, + "engines": { + "node": ">=18.18.0" + }, "dependencies": { "next": "15.0.3", "react": "19.0.0-rc-66855b96-20241106",