Skip to content

Commit

Permalink
chore: run tests on win and node23
Browse files Browse the repository at this point in the history
  • Loading branch information
khendrikse committed Nov 25, 2024
1 parent d1c8462 commit 408b6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
# Pinning 20.x version as a temporary workaround due to this https://github.com/nodejs/node/issues/52884
node-version: ['18.17.0', '20.12.2', '22']
node-version: ['18.17.0', '20.12.2', '22', '23']
shard: ['1/4', '2/4', '3/4', '4/4']

exclude:
Expand Down

0 comments on commit 408b6c2

Please sign in to comment.