From 8a2e16d8ced782099889d9894a670bcbc5402cc9 Mon Sep 17 00:00:00 2001 From: William Wills Date: Thu, 8 Aug 2024 16:51:07 -0400 Subject: [PATCH] feat: node 20 update complete feat: builds working --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22cc2d1c..a026a4d6 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bin": "build/server.js", "type": "module", "engines": { - "node": ">=16.13" + "node": ">=20.16" }, "lint-staged": { "*.+(js|ts|tsx)": "npm run lint:prettier-eslint"