From e78d67375427855d796786bc48f06baf3fe2a945 Mon Sep 17 00:00:00 2001 From: Peter Ramsing Date: Sun, 20 Aug 2023 22:34:48 -0700 Subject: [PATCH] Adds back Node 14 since its in maintenance to test --- .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 ee4067b..89c53ac 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: - node-version: [16.x, 17.x, 18.x, 19.x, 20.x] + node-version: [14.x, 16.x, 17.x, 18.x, 19.x, 20.x] # See supported Node.js release schedule at https://endoflife.date/nodejs steps: