Skip to content

Commit

Permalink
Build: Remove npm force install in CI
Browse files Browse the repository at this point in the history
This reverts the change from #14933 now that all peer dependencies are
valid with ESLint v8.0.0.
  • Loading branch information
btmills committed Oct 25, 2021
1 parent 194d992 commit bb11577
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -42,11 +42,6 @@ jobs:
node-version: ${{ matrix.node }}
- name: Install Packages
run: npm install
# TODO(btmills): Remove Node 16 --force branching after releasing v8.0.0 final.
if: ${{ !startswith(matrix.node, '16') && !startswith(matrix.node, '17') }}
- name: Install Packages
run: npm install --force
if: ${{ startswith(matrix.node, '16') || startswith(matrix.node, '17') }}
- name: Test
run: node Makefile mocha
- name: Fuzz Test
Expand Down

0 comments on commit bb11577

Please sign in to comment.