Skip to content

Commit

Permalink
20.7.0 -> 20.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Nov 12, 2023
1 parent e3ab365 commit 0929225
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/src/integrate/integration-tutorial.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/src/use/getting-started.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/js/package.json
Expand Up @@ -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"
}
}

0 comments on commit 0929225

Please sign in to comment.