diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46abaa39c..67a013267 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: [18.x, 20.x, 22.x, 23.x] + node-version: [18.20.0, 18.x, 20.x, 22.x, 23.x] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -135,7 +135,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [18.x, 20.x, 22.x, 23.x] + node-version: [18.20.0, 18.x, 20.x, 22.x, 23.x] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/package.json b/package.json index 38d79d0ed..d7ccf54b9 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "vitest": "^2.1.8" }, "engines": { - "node": ">=18.0.0", + "node": ">=18.20.0", "yarn": ">=1.22.22" } }