From 1066b037a2629f8e5f2c26682c8ae2673290c230 Mon Sep 17 00:00:00 2001 From: Sampo Tawast Date: Thu, 4 May 2023 09:27:51 +0300 Subject: [PATCH] Fix 'node smaller than 17' issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ee113596b..45b1917ac5 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "husky": "^8.0.3" }, "engines" : { - "node" : ">=18.16.0 <17.0.0" + "node" : ">=18.16.0 <19.0.0" }, "scripts": { "prepare": "husky install",