From eef659c1c5947aadc9737cbfa3a68606b66c64f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 9 Sep 2023 17:45:21 +0200 Subject: [PATCH] fix: enforce minimal node.js version known to work with ESM MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": { -- 2.34.1