diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1e132c9ba..2641dd5a9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false max-parallel: 4 matrix: - node-version: [18, 20, 22] + node-version: [20, 22] steps: - name: Checkout diff --git a/package.json b/package.json index 8dc4d3c02..84ad53d44 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ ] }, "engines": { - "node": ">=18.0.0" + "node": ">=20.0.0" }, "mocha": { "reporter": "spec",