diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31477e8..51195f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,11 +25,6 @@ jobs: - name: Install dependencies run: npm ci - if: matrix.node-version != '6.x' - - - name: Install dependencies for Node 6.x - run: npm install - if: matrix.node-version == '6.x' - name: Build run: npm run build