From a3cf8b58c90c7d77be84cce35c8237044144f3ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 16 Apr 2026 17:58:01 +0400 Subject: [PATCH] Change node engines --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4045f5..71e6f10 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ } }, "engines": { - "node": ">=18.0.0 <=20.x.x", + "node": ">=20.0.0 <=24.x.x", "npm": ">=6.0.0" } }