From b15030e283a5c754512baedb3f3b2040f400072c Mon Sep 17 00:00:00 2001 From: Shawn Miller Date: Thu, 3 Jun 2021 16:38:05 -0500 Subject: [PATCH] Remove testing of Node v12 --- .github/workflows/continuousIntegration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuousIntegration.yaml b/.github/workflows/continuousIntegration.yaml index 416040e..a0df36f 100644 --- a/.github/workflows/continuousIntegration.yaml +++ b/.github/workflows/continuousIntegration.yaml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [12.19.0, 14.15.1] + node-version: [14.15.1] redis-version: [4.0.14] env: