diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 21e52b5dc..4c16aacbe 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -68,7 +68,7 @@ jobs: fail-fast: false matrix: node-version: [14.x, 16.x, 18.x] - eslint-version: [6, 7, 8] + eslint-version: [7, 8] runs-on: ubuntu-latest steps: diff --git a/package.json b/package.json index 58b4d14cf..7cf8fcb19 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ }, "peerDependencies": { "@typescript-eslint/eslint-plugin": "^5.0.0", - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + "eslint": "^7.0.0 || ^8.0.0" }, "peerDependenciesMeta": { "@typescript-eslint/eslint-plugin": { diff --git a/yarn.lock b/yarn.lock index bdb212e9a..5e9dcefcc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4463,7 +4463,7 @@ __metadata: typescript: ^4.4.0 peerDependencies: "@typescript-eslint/eslint-plugin": ^5.0.0 - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + eslint: ^7.0.0 || ^8.0.0 peerDependenciesMeta: "@typescript-eslint/eslint-plugin": optional: true