Skip to content

Commit

Permalink
Chore: remove --legacy-peer-deps for Node 15 (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Apr 27, 2021
1 parent ecaf510 commit e86f386
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit e86f386

Please sign in to comment.