Skip to content

Commit

Permalink
[Tests] fix tests breaking on npm 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 19, 2021
1 parent 066ccff commit 2e5df91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-4+.yml
Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: ljharb/actions/node/run@main
name: 'npm install && npm run tests-only'
with:
after_install: npm uninstall --no-save eslint-config-airbnb-base && npm install --no-save "eslint@${{ matrix.eslint }}"
after_install: npm uninstall --no-save eslint-config-airbnb-base && NPM_CONFIG_LEGACY_PEER_DEPS=true npm install --no-save "eslint@${{ matrix.eslint }}"
node-version: ${{ matrix.node-version }}
command: 'test:ci'
skip-ls-check: true
Expand Down

0 comments on commit 2e5df91

Please sign in to comment.