Skip to content

Commit

Permalink
[Tests] do not test eslint 7 on node 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 26, 2021
1 parent aed7a20 commit 434c4cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node-4+.yml
Expand Up @@ -31,6 +31,8 @@ jobs:
- 4
- 3
exclude:
- node-version: 11
eslint: 7
- node-version: 9
eslint: 7
- node-version: 8
Expand Down Expand Up @@ -72,7 +74,6 @@ jobs:
name: 'nvm install ${{ matrix.node-version }} && npm install'
env:
NPM_CONFIG_LEGACY_PEER_DEPS: true
NPM_CONFIG_FORCE: ${{ matrix.node-version == 11 && 'true' || 'false' }}
with:
after_install: npm uninstall --no-save eslint-config-airbnb-base && npm install --no-save "eslint@${{ matrix.eslint }}"
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit 434c4cf

Please sign in to comment.