From: Jérôme Benoit Date: Sat, 9 Sep 2023 15:45:21 +0000 (+0200) Subject: fix: enforce minimal node.js version known to work with ESM X-Git-Tag: v1.2.22~34 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=eef659c1c5947aadc9737cbfa3a68606b66c64f0;p=e-mobility-charging-stations-simulator.git fix: enforce minimal node.js version known to work with ESM Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index 74534749..93ef8c22 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ brew install node ### GNU/Linux -- [NodeSource](https://github.com/nodesource/distributions) Node.js Binary Distributions for version >= 16.X +- [NodeSource](https://github.com/nodesource/distributions) Node.js Binary Distributions for all supported versions. ## Installation diff --git a/package.json b/package.json index 0579ce51..a3d6d691 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "e-mobility-charging-stations-simulator", "version": "1.2.21", "engines": { - "node": ">=16.14.0", + "node": ">=18.17.0", "pnpm": ">=8.6.0" }, "volta": {