diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce34d1b34..4fa14ced3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: fail-fast: false matrix: os: [macOS-latest, windows-latest, ubuntu-latest] - node-version: [6, 8, 10, 11, 12, 13] + node-version: [10, 11, 12, 13] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }}