diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8b4119c678..83fc54eace9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: name: Unit tests (${{matrix.os}}, Node ${{matrix.node}}) strategy: matrix: - node: [14, 16] + node: [18, 20] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{matrix.os}} steps: @@ -75,7 +75,7 @@ jobs: name: Integration tests (${{matrix.os}}, Node ${{matrix.node}}) strategy: matrix: - node: [14, 16] + node: [18, 20] os: [ubuntu-latest, macos-latest, windows-latest] # These tend to be quite flakey, so one failed instance shouldn't stop # others from potentially succeeding