diff --git a/README.md b/README.md index d08a34a86d5..26be6f5974c 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ ESLint is a tool for identifying and reporting on patterns found in ECMAScript/J ## Installation and Usage -Prerequisites: [Node.js](https://nodejs.org/) (`^18.18.0`, `^20.7.0`, or `>=21.1.0`) built with SSL support. (If you are using an official Node.js distribution, SSL is always built in.) +Prerequisites: [Node.js](https://nodejs.org/) (`^18.18.0`, `^20.9.0`, or `>=21.1.0`) built with SSL support. (If you are using an official Node.js distribution, SSL is always built in.) You can install and configure ESLint using this command: diff --git a/docs/src/integrate/integration-tutorial.md b/docs/src/integrate/integration-tutorial.md index 98484c31b7d..403582f19fe 100644 --- a/docs/src/integrate/integration-tutorial.md +++ b/docs/src/integrate/integration-tutorial.md @@ -33,7 +33,7 @@ This tutorial assumes you are familiar with JavaScript and Node.js. To follow this tutorial, you'll need to have the following: -* Node.js (`^18.18.0`, `^20.7.0`, or `>=21.1.0`) +* Node.js (`^18.18.0`, `^20.9.0`, or `>=21.1.0`) * npm * A text editor diff --git a/docs/src/use/getting-started.md b/docs/src/use/getting-started.md index 1b3860c1a8d..c53211415bf 100644 --- a/docs/src/use/getting-started.md +++ b/docs/src/use/getting-started.md @@ -14,7 +14,7 @@ ESLint is completely pluggable. Every single rule is a plugin and you can add mo ## Prerequisites -To use ESLint, you must have [Node.js](https://nodejs.org/en/) (`^18.18.0`, `^20.7.0`, or `>=21.1.0`) installed and built with SSL support. (If you are using an official Node.js distribution, SSL is always built in.) +To use ESLint, you must have [Node.js](https://nodejs.org/en/) (`^18.18.0`, `^20.9.0`, or `>=21.1.0`) installed and built with SSL support. (If you are using an official Node.js distribution, SSL is always built in.) ## Quick start diff --git a/package.json b/package.json index 683f9889352..a7e06017cfe 100644 --- a/package.json +++ b/package.json @@ -170,6 +170,6 @@ ], "license": "MIT", "engines": { - "node": "^18.18.0 || ^20.7.0 || >=21.1.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } } diff --git a/packages/js/package.json b/packages/js/package.json index 7745dd668a5..d3937deeffb 100644 --- a/packages/js/package.json +++ b/packages/js/package.json @@ -26,6 +26,6 @@ ], "license": "MIT", "engines": { - "node": "^18.18.0 || ^20.7.0 || >=21.1.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }