From e32847fa3d60e5bd76bc2be18b76b5b3c05e3999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Tue, 8 Oct 2024 08:02:27 +0200 Subject: [PATCH] chore: specify correct supported Node.js version BREAKING CHANGE: Minimum supported Node.js >= 20.11.0 Ref: https://nodejs.org/api/esm.html#importmetadirname --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8c4abc..004b5f4 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ More information about **formatting rules** vs **code-quality rules** can be fou ### Prerequisites -[Node.js](https://nodejs.org/) >= 20.9.0 +[Node.js](https://nodejs.org/) >= 20.11.0 ### Installation diff --git a/package.json b/package.json index 0b21b51..2771445 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "provenance": true }, "engines": { - "node": ">=20.9.0" + "node": ">=20.11.0" }, "scripts": { "lint:editorconfig": "editorconfig-checker",