diff --git a/README.md b/README.md index ef62ec4..32daa84 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ 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 9da8334..bd1dafd 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "cover:report": "nyc report --reporter=html" }, "engines": { - "node": ">=20" + "node": ">=22" }, "files": [ "src",