Skip to content

Commit

Permalink
[Tests] temporarily disable node 4 and 5 tests
Browse files Browse the repository at this point in the history
See #2053
  • Loading branch information
ljharb committed May 13, 2021
1 parent dd2f087 commit 9539a5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-4+.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
versionsAsRoot: true
type: majors
preset: '>=4'
preset: '>= 6' # preset: '>=4' # see https://github.com/benmosher/eslint-plugin-import/issues/2053

latest:
needs: [matrix]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
id: set-matrix
with:
type: 'majors'
preset: '>=4'
preset: '>= 6' # preset: '>=4' # see https://github.com/benmosher/eslint-plugin-import/issues/2053
versionsAsRoot: true

tests:
Expand Down

0 comments on commit 9539a5d

Please sign in to comment.