We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc86c2 commit 2ddc801Copy full SHA for 2ddc801
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
name: Unit tests (${{ matrix.os }}, Node ${{ matrix.node }})
62
strategy:
63
matrix:
64
- node: [18, 20]
+ node: [20, 22]
65
os: [ubuntu-latest, macos-latest, windows-latest]
66
runs-on: ${{ matrix.os }}
67
steps:
@@ -96,7 +96,7 @@ jobs:
96
name: Integration tests (${{ matrix.os }}, Node ${{ matrix.node }})
97
98
99
100
101
# These tend to be quite flakey, so one failed instance shouldn't stop
102
# others from potentially succeeding
0 commit comments