From bb5f1fad62c50a9b7868bb7c79d54ff797b2c558 Mon Sep 17 00:00:00 2001 From: Joey Guerra Date: Sun, 12 Nov 2023 14:21:49 -0600 Subject: [PATCH] fix: EBADENGINE when trying to install with 18.8.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b0ff5f..72429df 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "hubot-scripts" ], "engines": { - "node": "> 18" + "node": ">= 18" }, "repository": { "type": "git",