fix: enforce minimal node.js version known to work with ESM
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 9 Sep 2023 15:45:21 +0000 (17:45 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 9 Sep 2023 15:45:21 +0000 (17:45 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md
package.json

index 7453474926eae25f891745c217c2494fdcacf1b1..93ef8c22b79b00d1b8d488267a221de1012fbb9b 100644 (file)
--- 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
 
index 0579ce515529465a351310c250e26b8572d2834f..a3d6d6910ef554de7fac52d6df3f151b0605f948 100644 (file)
@@ -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": {