diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 15c7d4193..dedfe4110 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,7 +25,7 @@ jobs: name: Test strategy: matrix: - node: [16, 17] + node: [17, 18] os: [ubuntu-latest] runs-on: ${{ matrix.os }}