Skip to content

Commit

Permalink
Update Node test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Dec 14, 2024
1 parent d1e22d3 commit b86e115
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit b86e115

Please sign in to comment.