From 8f074ebf502ac8738ce2e91291c2295b0488a9de Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 19 Apr 2023 22:58:37 +0200 Subject: [PATCH] build: pin volta node version MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- package.json | 3 +++ ui/web/package.json | 3 +++ 2 files changed, 6 insertions(+) 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", -- 2.34.1