diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a94c01a..62bb681e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: if: github.event.pull_request.draft == false strategy: matrix: - node-version: [18] + node-version: [18, 20] # Only Linux containers support services currently os: [ubuntu-latest] runs-on: ${{ matrix.os }} @@ -157,7 +157,7 @@ jobs: if: github.event.pull_request.draft == false strategy: matrix: - node-version: [18] + node-version: [18, 20] os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: