From de9b1b2222d88d968d9446536930a975d49d7bb4 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Tue, 27 Apr 2021 07:14:42 +0200 Subject: [PATCH] Chore: remove --legacy-peer-deps for Node 15 --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) 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