Skip to content

Commit 434c4cf

Browse files
committedOct 26, 2021
[Tests] do not test eslint 7 on node 11
1 parent aed7a20 commit 434c4cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
- 4
3232
- 3
3333
exclude:
34+
- node-version: 11
35+
eslint: 7
3436
- node-version: 9
3537
eslint: 7
3638
- node-version: 8
@@ -72,7 +74,6 @@ jobs:
7274
name: 'nvm install ${{ matrix.node-version }} && npm install'
7375
env:
7476
NPM_CONFIG_LEGACY_PEER_DEPS: true
75-
NPM_CONFIG_FORCE: ${{ matrix.node-version == 11 && 'true' || 'false' }}
7677
with:
7778
after_install: npm uninstall --no-save eslint-config-airbnb-base && npm install --no-save "eslint@${{ matrix.eslint }}"
7879
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)
Please sign in to comment.