From 574e5ee5408324647ba656ee69fc1100916cdfd9 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4bdd807..2173501 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,11 +8,11 @@ jobs: test: strategy: matrix: - os: [ubuntu-latest, macos-latest] - node-version: [8, 10, 12, 13] + os: [ubuntu-latest, windows-latest] + node-version: [10, 20, 22] include: - - os: windows-latest - node-version: 8 + - os: macos-latest + node-version: 22 runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v2