From: Jérôme Benoit Date: Wed, 23 Oct 2024 10:39:18 +0000 (+0200) Subject: chore!: bump the minimum node version supported to 20.x.x X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=7b8957c7a45de0415157f08ce7aa18e0b2fc83c4;p=e-mobility-charging-stations-simulator.git chore!: bump the minimum node version supported to 20.x.x Signed-off-by: Jérôme Benoit --- diff --git a/package.json b/package.json index d603613e..995e6e8f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "e-mobility-charging-stations-simulator", "version": "1.5.2", "engines": { - "node": ">=18.18.0", + "node": ">=20.0.0", "pnpm": ">=9.0.0" }, "volta": {