diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ac928c..fc32d9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: ['18.x', '20.x', '22.x'] + node-version: ['20.x', '22.x', '24.x'] steps: - name: Check out repository uses: actions/checkout@v4 diff --git a/eslint.config.js b/eslint.config.js index 89fa851..43c8848 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -20,7 +20,7 @@ module.exports = [ 'n/no-unsupported-features/node-builtins': [ 'error', { - ignores: ['test', 'test.describe', 'test.it'], + ignores: ['test.describe'], }, ], }, diff --git a/package.json b/package.json index 02b92c0..e2cc4bb 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "release-it": "^19.0.1" }, "engines": { - "node": ">=18" + "node": ">=20" }, "publishConfig": { "access": "public"