Skip to content

Commit

Permalink
Chore: npm v7 no longer needs --legacy-peer-deps (refs #13844)
Browse files Browse the repository at this point in the history
`eslint-plugin-jsdoc` was the last upgrade needed to be compatible with
the new peer dependency resolution in npm v7.
  • Loading branch information
btmills committed Mar 23, 2021
1 parent 258eb49 commit bfb6da4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -40,10 +40,6 @@ jobs:
node-version: ${{ matrix.node }}
- name: Install Packages
run: npm install
if: ${{ !startswith(matrix.node, '15') }}
- name: Install Packages
run: npm install --legacy-peer-deps
if: ${{ startswith(matrix.node, '15') }}
- name: Test
run: node Makefile mocha
- name: Fuzz Test
Expand Down

0 comments on commit bfb6da4

Please sign in to comment.