From 0fbcfaf66177c063a03045562f83b95389fcd721 Mon Sep 17 00:00:00 2001 From: Corey Farrell Date: Wed, 13 Nov 2024 07:13:07 -0500 Subject: [PATCH] chore: Update testing 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 4bdd807..6c1b1e4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - node-version: [8, 10, 12, 13] + node-version: [8, 22] include: - os: windows-latest node-version: 8