From 487f25ba299165d3927e515143b305ed19afd508 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 11 Jan 2022 14:33:41 -0500 Subject: [PATCH] chore: revert engines change in install/package.json --- install/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/package.json b/install/package.json index c2d5460eae..52142ca8c0 100644 --- a/install/package.json +++ b/install/package.json @@ -163,7 +163,7 @@ "url": "https://github.com/NodeBB/NodeBB/issues" }, "engines": { - "node": "17.3.1" + "node": ">=12" }, "maintainers": [ { @@ -182,4 +182,4 @@ "url": "https://github.com/barisusakli" } ] -} \ No newline at end of file +}