From ad0bdc0f15554eee0744908012a7bf9da9e591cf Mon Sep 17 00:00:00 2001 From: Astradus Date: Sat, 21 Jun 2025 20:43:49 +0930 Subject: [PATCH] Set Node.js version to 18 for Vercel --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index a051aed..4a8486b 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,9 @@ "url": "https://matt-dangelo.com", "email": "matthew.dangelo6@gmail.com" }, + "engines": { + "node": "18.x" + }, "scripts": { "dev": "next dev", "build": "next build",