diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a10722a5..40136c7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,10 +41,6 @@ jobs: node-version: ${{ matrix.node }} - name: Install dependencies run: npm install - if: ${{ !startswith(matrix.node, '15') }} - - name: Install dependencies - run: npm install --legacy-peer-deps - if: ${{ startswith(matrix.node, '15') }} - name: Build commonjs run: npm run build - name: Run tests