From 0153cbff4195028e1a385e00aa3c8b0f387965cd Mon Sep 17 00:00:00 2001 From: Daniel Nixon Date: Wed, 1 Feb 2023 22:17:06 +1100 Subject: [PATCH] Drop node 14 support --- .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 42581fc..c7aab77 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x] + node-version: [16.x, 18.x] steps: - uses: actions/checkout@v3