From 60732601dab339973fd1bf48db8586bef7ef963e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 16 Apr 2026 12:31:21 +0400 Subject: [PATCH] Add node 20 in engines --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 62fa382..8f0654e 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ } }, "engines": { - "node": "^16.13.0 || ^18.12.0", + "node": ">=18.0.0 <=20.x.x", "npm": ">=6.0.0" } }