We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a860b65 commit 134501aCopy full SHA for 134501a
.github/workflows/node-4+.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
versionsAsRoot: true
16
type: majors
17
- preset: '>=4'
+ preset: '>= 6' # preset: '>=4' # see https://github.com/benmosher/eslint-plugin-import/issues/2053
18
19
latest:
20
needs: [matrix]
.github/workflows/packages.yml
@@ -13,7 +13,7 @@ jobs:
13
id: set-matrix
type: 'majors'
tests:
0 commit comments