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