From 43d5dd05e100aeb4a2b6b002cf7f97e6fe3fb38f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 29 Mar 2023 01:23:16 +0200 Subject: [PATCH] build: ensure the mininum node version includes corepack MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- package.json | 2 +- ui/web/package.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 698c87d0..591b0e7b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "e-mobility-charging-stations-simulator", "version": "1.2.0-2", "engines": { - "node": ">=16.0.0" + "node": ">=16.9.0" }, "repository": { "type": "git", diff --git a/ui/web/package.json b/ui/web/package.json index 0ccb21db..2241cfbd 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -2,6 +2,9 @@ "name": "webui", "version": "0.1.1", "readme": "README.md", + "engines": { + "node": ">=16.9.0" + }, "scripts": { "preinstall": "npx only-allow pnpm", "start": "pnpm run build && node start.js", -- 2.34.1