Skip to content

Commit 2e39e52

Browse files
authored
JS-1607 Remove node16 plugin test from CI and readme (#6837)
1 parent d68d6ad commit 2e39e52

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,9 +428,6 @@ jobs:
428428
- eslint-version: 8
429429
node-version: '18.18.0'
430430
node-label: 'min supported'
431-
- eslint-version: 8
432-
node-version: '16.20.2'
433-
node-label: 'node 16'
434431
steps:
435432
- *checkout
436433
- uses: jdx/mise-action@v4.0.1

packages/analysis/src/jsts/rules/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are a [SonarQube Server](https://www.sonarsource.com/products/sonarqube/)
2323

2424
The prerequisites for using this plugin depend on the ESLint version you are using:
2525

26-
- For ESLint 8, you need Node.js version >= 16.
26+
- For ESLint 8, you need Node.js version >= 18.
2727
- For ESLint 9, you need Node.js version that complies with (^18.18.0 || ^20.9.0 || >=21).
2828

2929
## Installation

0 commit comments

Comments
 (0)