From a66e5b32b9b5aab2cf103a86f495a995d56e2ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20de=20Metz?= Date: Mon, 22 May 2023 15:41:09 +0200 Subject: [PATCH] Set the minimum supported version of node to 16.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/nodejs/node/pull/41736 Co-authored-by: Mickaƫl Alibert Co-authored-by: Matthias Ferraina --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 639d3f4e1b9..2dda1918c20 100644 --- a/api/package.json +++ b/api/package.json @@ -6,7 +6,7 @@ "license": "AGPL-3.0", "author": "GIP Pix", "engines": { - "node": "16", + "node": ">=16.15 <18", "npm": ">=8.13.2 <9" }, "type": "module",