From 7dc59c5fffc9e2889e4fb2f1cecde065f1c56899 Mon Sep 17 00:00:00 2001 From: Bram Adams <3282661+bramses@users.noreply.github.com> Date: Sat, 23 Mar 2024 21:04:30 -0400 Subject: [PATCH] Add engines field to package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index bc82aff..3521143 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,9 @@ "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, + "engines": { + "node": ">=19.5.0" + }, "keywords": [], "author": "", "license": "ISC",