diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6dd6d97..9fcbc90 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: needs: test_lint strategy: matrix: - node: [ '15', '14','16' ] + node: [ '14', '15' ,'16', '17' ] os: [ windows-latest, ubuntu-latest ] name: Test with Node v${{ matrix.node }} on ${{ matrix.os }} steps: