From 9956bfb45c32149c60c3446c55fb5a9ab9e0d1ab Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 13 May 2021 09:10:38 -0700 Subject: [PATCH] [Tests] temporarily disable node 4 and 5 tests See #2053 --- .github/workflows/node-4+.yml | 2 +- .github/workflows/packages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-4+.yml b/.github/workflows/node-4+.yml index ae2ab7e5cf..02c11a0708 100644 --- a/.github/workflows/node-4+.yml +++ b/.github/workflows/node-4+.yml @@ -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] diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index d45436afe6..6ab1a510cb 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -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: