diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 05a00cf9..b3b32202 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,10 +8,6 @@ jobs: runs-on: ubuntu-latest - strategy: - matrix: - node-version: [8.x, 10.x, 12.x] - steps: - uses: actions/checkout@v2 - name: npm ci