From 92d4c09c9a01429b656f658febeb48b7d75f9faf Mon Sep 17 00:00:00 2001 From: Danny McClanahan <1305167+cosmicexplorer@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:18:52 -0500 Subject: [PATCH] remove 12.x EOL release line --- .github/workflows/continuous-integration.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 30840b7139..b1b3ab3875 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -11,7 +11,8 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest, macos-latest, windows-latest] - node-version: [12.x, 14.x, 16.x, 18.x, 20.x] + # Node 12.x is EOL as of April 2022: https://nodejs.org/en/blog/release/v12.13.0. + node-version: [14.x, 16.x, 18.x, 20.x] # The 'setup-node' action has become unable to locate versions for macos ("darwin") on arm64 # for some reason. Processor architecture shouldn't affect any of our testing, so we can pin # this for now.