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 6172e8d commit 1adf4b6Copy full SHA for 1adf4b6
.github/workflows/test.yml
@@ -13,6 +13,7 @@ jobs:
13
matrix:
14
os: [macos-latest, windows-2019]
15
node: [16.20.1, 18.x, 20.x, 22.x]
16
+ fail-fast: false
17
runs-on: ${{ matrix.os }}
18
steps:
19
- uses: actions/checkout@v4
0 commit comments