diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 0b9f50445..696bff7f1 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -34,20 +34,7 @@ jobs: fail-fast: false matrix: os: - [ - ubuntu-latest, - ubuntu-24.04, - ubuntu-22.04, - ubuntu-20.04, - macos-latest, - macos-15, - macos-14, - macos-13, - macos-12, - windows-latest, - windows-2022, - windows-2019, - ] + [ubuntu-latest, ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, macos-latest, macos-15, macos-14, macos-13, macos-12, windows-latest, windows-2022, windows-2019] node-version: [18.x, 20.x, 22.x] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/validate_all.yml b/.github/workflows/validate_all.yml index 1f929ea8a..043e84128 100644 --- a/.github/workflows/validate_all.yml +++ b/.github/workflows/validate_all.yml @@ -34,7 +34,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, ubuntu-24.04, ubuntu-22.04, ubuntu-20.04] - node-version: [18.x, 20.x, 22.x] + node-version: [18.x, 20.x, 22.x, 23.x] runs-on: ${{ matrix.os }}