diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a2fc46f8..9ff91157 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: needs: test_lint strategy: matrix: - node: [ '14', '13', '12', '11', '10', '8' ] + node: [ '14', '13', '12' ] os: [ windows-latest, ubuntu-latest ] name: Test with Node v${{ matrix.node }} on ${{ matrix.os }} steps: