Skip to content

Commit 2e5df91

Browse files
committedFeb 19, 2021
[Tests] fix tests breaking on npm 7
1 parent 066ccff commit 2e5df91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/node-4+.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- uses: ljharb/actions/node/run@main
6969
name: 'npm install && npm run tests-only'
7070
with:
71-
after_install: npm uninstall --no-save eslint-config-airbnb-base && npm install --no-save "eslint@${{ matrix.eslint }}"
71+
after_install: npm uninstall --no-save eslint-config-airbnb-base && NPM_CONFIG_LEGACY_PEER_DEPS=true npm install --no-save "eslint@${{ matrix.eslint }}"
7272
node-version: ${{ matrix.node-version }}
7373
command: 'test:ci'
7474
skip-ls-check: true

0 commit comments

Comments
 (0)
Please sign in to comment.