From 98d2aa1b947329e92723a31e18cf31af34debbb0 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Wed, 23 Jun 2021 11:46:29 -0700 Subject: [PATCH] ci: drop testing with node v15 (#2123) It is no longer a supported release per https://nodejs.org/en/about/releases/ --- .ci/.jenkins_nodejs.yml | 1 - .ci/.jenkins_rc_nodejs.yml | 1 - .ci/.jenkins_tav_nodejs.yml | 1 - .github/workflows/test.yml | 1 - 4 files changed, 4 deletions(-) diff --git a/.ci/.jenkins_nodejs.yml b/.ci/.jenkins_nodejs.yml index fd9868b314..bb31294f62 100644 --- a/.ci/.jenkins_nodejs.yml +++ b/.ci/.jenkins_nodejs.yml @@ -1,7 +1,6 @@ NODEJS_VERSION: - "16" - "16.0" - - "15" - "14" - "14.0" - "12" diff --git a/.ci/.jenkins_rc_nodejs.yml b/.ci/.jenkins_rc_nodejs.yml index 6f56c80e21..b1d53b9080 100644 --- a/.ci/.jenkins_rc_nodejs.yml +++ b/.ci/.jenkins_rc_nodejs.yml @@ -6,6 +6,5 @@ NODEJS_VERSION: - "17" - "16" - - "15" - "14" - "12" diff --git a/.ci/.jenkins_tav_nodejs.yml b/.ci/.jenkins_tav_nodejs.yml index 699954d2c3..bc9d0de737 100644 --- a/.ci/.jenkins_tav_nodejs.yml +++ b/.ci/.jenkins_tav_nodejs.yml @@ -1,6 +1,5 @@ NODEJS_VERSION: - "16" - - "15" - "14" - "12" - "10" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f26694cfa..aae1a02604 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -110,7 +110,6 @@ jobs: node: - '16' - '16.0' - - '15' - '14' - '14.0' - '12'