From 1e36b33da401c73100fe466c380e1f53f661faba Mon Sep 17 00:00:00 2001 From: francesco Date: Fri, 8 May 2026 10:15:25 +0200 Subject: [PATCH 1/2] docs: node version support --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef62ec4f..ad0390b0 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ To make sure µExpress matches behavior of Express in all cases, we run all test [![npm](https://img.shields.io/npm/v/ultimate-express?label=last+version)](https://npmjs.com/package/ultimate-express) [![Patreon](https://img.shields.io/badge/donate-Patreon-orange)](https://patreon.com/dimdendev) +> Use `npm install ultimate-express@2.1.0` to install last version that supported Node.js v21, v20 and v19. > Use `npm install ultimate-express@node-v18` to install last version that supported Node.js v18. ## Difference from similar projects diff --git a/package.json b/package.json index 9da83348..bd1dafd9 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "cover:report": "nyc report --reporter=html" }, "engines": { - "node": ">=20" + "node": ">=22" }, "files": [ "src", From 729500080fed987dc2a3919eacbae22103b2e674 Mon Sep 17 00:00:00 2001 From: francesco Date: Fri, 8 May 2026 10:30:31 +0200 Subject: [PATCH 2/2] chore: new line --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad0390b0..32daa842 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ To make sure µExpress matches behavior of Express in all cases, we run all test [![Patreon](https://img.shields.io/badge/donate-Patreon-orange)](https://patreon.com/dimdendev) > Use `npm install ultimate-express@2.1.0` to install last version that supported Node.js v21, v20 and v19. + > Use `npm install ultimate-express@node-v18` to install last version that supported Node.js v18. ## Difference from similar projects