We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68d6ad commit 2e39e52Copy full SHA for 2e39e52
2 files changed
.github/workflows/build.yml
@@ -428,9 +428,6 @@ jobs:
428
- eslint-version: 8
429
node-version: '18.18.0'
430
node-label: 'min supported'
431
- - eslint-version: 8
432
- node-version: '16.20.2'
433
- node-label: 'node 16'
434
steps:
435
- *checkout
436
- uses: jdx/mise-action@v4.0.1
packages/analysis/src/jsts/rules/README.md
@@ -23,7 +23,7 @@ If you are a [SonarQube Server](https://www.sonarsource.com/products/sonarqube/)
23
24
The prerequisites for using this plugin depend on the ESLint version you are using:
25
26
-- For ESLint 8, you need Node.js version >= 16.
+- For ESLint 8, you need Node.js version >= 18.
27
- For ESLint 9, you need Node.js version that complies with (^18.18.0 || ^20.9.0 || >=21).
28
29
## Installation
0 commit comments