From: Jérôme Benoit Date: Wed, 19 Apr 2023 20:58:37 +0000 (+0200) Subject: build: pin volta node version X-Git-Tag: v1.2.11~17 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=8f074ebf502ac8738ce2e91291c2295b0488a9de;p=e-mobility-charging-stations-simulator.git build: pin volta node version Signed-off-by: Jérôme Benoit --- diff --git a/package.json b/package.json index 09457410..f714b405 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "engines": { "node": ">=16.9.0" }, + "volta": { + "node": "20.0.0" + }, "repository": { "type": "git", "url": "https://github.com/sap/e-mobility-charging-stations-simulator.git" diff --git a/ui/web/package.json b/ui/web/package.json index fdae3ba6..a0438277 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -5,6 +5,9 @@ "engines": { "node": ">=16.9.0" }, + "volta": { + "node": "20.0.0" + }, "scripts": { "preinstall": "npx only-allow pnpm", "start": "pnpm run build && node start.js",