From 87093161de401201535d8cdf99fe59daf3dbe8e0 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Tue, 11 Oct 2022 12:29:16 -0400 Subject: [PATCH] Don't run tests on Node 12 as it is end of life Node 12 went end of life on April 30, 2022. See: https://twitter.com/nodejs/status/1524081123579596800 See: https://github.com/nodejs/Release#release-schedule Signed-off-by: Craig Andrews --- .circleci/config.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6970bd91185..a57deb7b080 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -875,11 +875,9 @@ workflows: - Build matrix: parameters: - node_version: ['12.22.11', '14.20.0', '16.16.0'] + node_version: ['14.20.0', '16.16.0'] npm_global_sudo: [true, false] exclude: - - node_version: '12.22.11' - npm_global_sudo: false - node_version: '14.20.0' npm_global_sudo: false - node_version: '16.16.0' @@ -964,7 +962,6 @@ workflows: - Prepare Release - Lint - Tap Tests - - Jest Tests (Node v12.22.11) - Jest Tests (Node v14.20.0) - Jest Tests (Node v16.16.0) - Acceptance Tests (snyk-win.exe)