diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ced06132a9e..aa0f9494c1f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -8,11 +8,11 @@ on: [pull_request] jobs: test: - name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }} + name: Test on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: - node_version: [16] + node_version: [19] os: [windows-latest, macOS-latest] steps: