diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03782d03a3f8..0cd44c535e9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,7 +146,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16, 14, 12, 10, 8, 6] + node-version: [16, 14, 12] steps: - name: Checkout code uses: actions/checkout@v2