From 1052a8bf7ce45241812a1da0f3357ee66c74a81b Mon Sep 17 00:00:00 2001 From: antoineludeau <52679050+antoineludeau@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:15:49 +0200 Subject: [PATCH] Modified node engine value to version 18 and 20 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7270502b..2314f1aa 100644 --- a/package.json +++ b/package.json @@ -119,6 +119,6 @@ } }, "engines": { - "node": ">= 14" + "node": ">= 16 <= 20" } }