From b08dff8087b22003688879fc318dfa3a56cd7fc0 Mon Sep 17 00:00:00 2001 From: "Michael J. Radwin" Date: Wed, 4 Oct 2023 22:04:13 -0700 Subject: [PATCH] Drop Node 14.x from GitHub actions --- .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 eb4d9d5..1d78835 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: