We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jsx-eslint
ljharb
Learn more about funding links in repositories.
Report abuse
1 parent aed7a20 commit 434c4cfCopy full SHA for 434c4cf
.github/workflows/node-4+.yml
@@ -31,6 +31,8 @@ jobs:
31
- 4
32
- 3
33
exclude:
34
+ - node-version: 11
35
+ eslint: 7
36
- node-version: 9
37
eslint: 7
38
- node-version: 8
@@ -72,7 +74,6 @@ jobs:
72
74
name: 'nvm install ${{ matrix.node-version }} && npm install'
73
75
env:
76
NPM_CONFIG_LEGACY_PEER_DEPS: true
- NPM_CONFIG_FORCE: ${{ matrix.node-version == 11 && 'true' || 'false' }}
77
with:
78
after_install: npm uninstall --no-save eslint-config-airbnb-base && npm install --no-save "eslint@${{ matrix.eslint }}"
79
node-version: ${{ matrix.node-version }}
0 commit comments