Skip to content

Commit bc47bab

Browse files
committed
chore(ci): windows and node 22 don't play along in the integration tests
1 parent d9cad84 commit bc47bab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
node-version: '18.14.0'
2424
- os: windows-latest
2525
node-version: '18.14.0'
26+
- os: windows-latest
27+
node-version: '22'
2628
fail-fast: false
2729
steps:
2830
# Sets an output parameter if this is a release PR

0 commit comments

Comments
 (0)