From 85cc795ded24dd4cdd27982b192b787318f72e68 Mon Sep 17 00:00:00 2001 From: "amaresh.sm" Date: Sat, 21 May 2022 23:59:46 +0530 Subject: [PATCH 1/3] feat!: drop node v8 and v10 --- .github/workflows/ci.yml | 13 +------------ package.json | 2 +- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1aba6fa..c7043a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,18 +30,7 @@ jobs: matrix: os: [ubuntu-latest] eslint: [6, 7, 8] - node: [8.10.0, 8, 10, 12, 14, 16] - exclude: - - eslint: 8 - node: 10 - - eslint: 8 - node: 8 - - eslint: 8 - node: 8.10.0 - - eslint: 7 - node: 8 - - eslint: 7 - node: 8.10.0 + node: [12, 14, 16, 18] include: - os: windows-latest eslint: 7 diff --git a/package.json b/package.json index d56ed42..04c3432 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,6 @@ "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" }, "engines": { - "node": "^8.10.0 || ^10.12.0 || >=12.0.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } } From c64cf4a5ab83f975cbe809e9b7cd8c7ee8cd4068 Mon Sep 17 00:00:00 2001 From: "amaresh.sm" Date: Mon, 6 Jun 2022 09:09:41 +0530 Subject: [PATCH 2/3] feat!: remove node v18 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7043a6..3cd720c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: matrix: os: [ubuntu-latest] eslint: [6, 7, 8] - node: [12, 14, 16, 18] + node: [12, 14, 16] include: - os: windows-latest eslint: 7 From a4797021d49c522041784f1c090eb4ff15c2f6af Mon Sep 17 00:00:00 2001 From: Amaresh S M Date: Thu, 9 Jun 2022 13:47:50 +0530 Subject: [PATCH 3/3] chore: Update node version Co-authored-by: Brandon Mills --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cd720c..ff3e1de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: matrix: os: [ubuntu-latest] eslint: [6, 7, 8] - node: [12, 14, 16] + node: [12.22.0, 12, 14, 16] include: - os: windows-latest eslint: 7