From b86e115a5347af16d02710a782ee4a0b3da3d738 Mon Sep 17 00:00:00 2001 From: jdalton Date: Sat, 14 Dec 2024 11:39:33 -0500 Subject: [PATCH] Update Node test workflow --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 78023e51..3abb3da4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,5 @@ jobs: with: no-lockfile: true npm-test-script: 'test-ci' - node-versions: '20' - # We currently have some issues on Windows that will have to wait to be fixed - # os: 'ubuntu-latest,windows-latest' - os: 'ubuntu-latest' + node-versions: '20,22' + os: 'ubuntu-latest,windows-latest'