Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e86f386

Browse files
authored
Chore: remove --legacy-peer-deps for Node 15 (#485)
1 parent ecaf510 commit e86f386

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ jobs:
4141
node-version: ${{ matrix.node }}
4242
- name: Install dependencies
4343
run: npm install
44-
if: ${{ !startswith(matrix.node, '15') }}
45-
- name: Install dependencies
46-
run: npm install --legacy-peer-deps
47-
if: ${{ startswith(matrix.node, '15') }}
4844
- name: Build commonjs
4945
run: npm run build
5046
- name: Run tests

0 commit comments

Comments
 (0)