diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1eb4872..866a262 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: fail-fast: false matrix: eslint: [8] - node: [12.22.0, 12, 14.17.0, 14, 16, 18, 19, 20] + node: [18.18.0, 18, 20.9.0, 20] os: [ubuntu-latest] include: # On other platforms @@ -70,7 +70,7 @@ jobs: os: ubuntu-latest # On the minimum supported ESLint/Node.js version - eslint: 6.6.0 - node: 12.22.0 + node: 18.18.0 os: ubuntu-latest runs-on: ${{ matrix.os }} steps: diff --git a/README.md b/README.md index 22355c0..6cba543 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ npm install --save-dev eslint @eslint-community/eslint-plugin-mysticatea ### Requirements -- Node.js `^12.22.0 || ^14.17.0 || >=16.0.0` or newer versions. +- Node.js `^18.18.0 || ^20.9.0 || >=21.1.0` - ESLint `^6.6.0 || ^7.0.0 || ^8.0.0` or newer versions. ## 📖 Usage diff --git a/package.json b/package.json index 4222d51..0086ab8 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "eslint": "^6.6.0 || ^7.0.0 || ^8.0.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": "https://opencollective.com/eslint" }