diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1511912dcc23..12ae646bd35d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node_version: [12, 14] - os: [ubuntu-latest, macos-13, windows-latest] + node_version: [18, 20, 22] + os: [ubuntu-latest, macos-latest, macos-13, windows-latest] fail-fast: false steps: - uses: actions/checkout@v2