diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a745f28..0421821 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: lint: strategy: matrix: - version: [18, 20, 22] + version: [22, 24] name: 🧹 Lint runs-on: ubuntu-latest steps: diff --git a/package.json b/package.json index 227778f..7340998 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "release": "semantic-release" }, "engines": { - "node": "^18 || ^20 || ^22" + "node": "^22 || ^24" }, "repository": { "type": "git",