From 20c14b46f02b85f94be412bf285e635b0c67fea1 Mon Sep 17 00:00:00 2001 From: Justin Coyne <jcoyne@justincoyne.com> Date: Wed, 25 Jan 2023 08:28:50 -0600 Subject: [PATCH] Drop node 14.x from the test matrix It is no longer receiving active support and security support ends in April 2023 https://endoflife.date/nodejs --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index eadcf40d..e7a7aa0a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x, 18.x, 19.x] + node-version: [16.x, 18.x, 19.x] steps: - uses: actions/checkout@v3 -- GitLab