Skip to content

Commit 134501a

Browse files
committed
[Tests] temporarily disable node 4 and 5 tests
See import-js#2053
1 parent a860b65 commit 134501a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node-4+.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
versionsAsRoot: true
1616
type: majors
17-
preset: '>=4'
17+
preset: '>= 6' # preset: '>=4' # see https://github.com/benmosher/eslint-plugin-import/issues/2053
1818

1919
latest:
2020
needs: [matrix]

.github/workflows/packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id: set-matrix
1414
with:
1515
type: 'majors'
16-
preset: '>=4'
16+
preset: '>= 6' # preset: '>=4' # see https://github.com/benmosher/eslint-plugin-import/issues/2053
1717
versionsAsRoot: true
1818

1919
tests:

0 commit comments

Comments
 (0)