diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f59bfe23..8bfa9666 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,14 +47,14 @@ jobs: matrix: os: [ubuntu-latest] eslint: [9] - node: [25.x, 24.x, 22.x, 20.x, 18.x, "18.18.0"] + node: [25.x, 24.x, 22.x, 20.x, "20.19.0"] include: - os: windows-latest eslint: 9 - node: 20 + node: lts/* - os: macOS-latest eslint: 9 - node: 20 + node: lts/* runs-on: ${{ matrix.os }} steps: - name: Checkout diff --git a/package.json b/package.json index 5c8ea689..b9744e62 100644 --- a/package.json +++ b/package.json @@ -102,6 +102,6 @@ "micromark-util-normalize-identifier": "^2.0.1" }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^20.19.0 || ^22.13.0 || >=24" } }