diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aef9da1b0..837e8687f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [16.x, 18.x, 20.x, 22.x, 23.x] + node-version: [18.x, 20.x, 22.x, 23.x] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/package-lock.json b/package-lock.json index dc1377e31..cf0b28f0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "vitest": "^2.1.8" }, "engines": { - "node": ">=16.0.0", + "node": ">=18.0.0", "yarn": ">=1.22.22" } }, diff --git a/package.json b/package.json index 1925f0ac6..b1e933301 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "vitest": "^2.1.8" }, "engines": { - "node": ">=16.0.0", + "node": ">=18.0.0", "yarn": ">=1.22.22" } }