From 4b8b5d38deae71a27bc956858668506f1ce0a864 Mon Sep 17 00:00:00 2001 From: kirillgroshkov Date: Tue, 5 Nov 2024 16:09:48 +0100 Subject: [PATCH] fix(deps): require 22.10+ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f04b9e..b5983d6 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "url": "https://github.com/NaturalCycles/cli" }, "engines": { - "node": ">=22.11.0" + "node": ">=22.10.0" }, "version": "1.2.5", "description": "CLI utils to be installed globally via 'npm i -g'",