From fe2bbfdccaa75f0a20507cf506e26b6e3c9293c5 Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Tue, 19 Mar 2024 09:18:54 -0400 Subject: [PATCH] Add node 20, remove 14 from test matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e39ff32..e6f9bad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,9 +10,9 @@ jobs: strategy: matrix: node-version: + - 20 - 18 - 16 - - 14 name: Node.js ${{ matrix.node-version }} steps: - name: Checkout the repository