From 0b886abbd76a42aa86c58e9b8d5339d163bfb8b8 Mon Sep 17 00:00:00 2001 From: Chris Needham Date: Wed, 6 Dec 2023 21:00:18 +0000 Subject: [PATCH] Updated GitHub Actions --- .github/workflows/node.js.yml | 1 - .github/workflows/npm-publish.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4ba3e98..9c048b2 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -18,7 +18,6 @@ jobs: strategy: matrix: include: - - node-version: 14.x - node-version: 16.x - node-version: 18.x - node-version: 20.x diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 730c6dc..dbdc1c4 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -16,7 +16,6 @@ jobs: strategy: matrix: include: - - node-version: 14.x - node-version: 16.x - node-version: 18.x - node-version: 20.x