diff --git a/.github/workflows/15-matrices.yaml b/.github/workflows/15-matrices.yaml index 29a088d..0188f62 100644 --- a/.github/workflows/15-matrices.yaml +++ b/.github/workflows/15-matrices.yaml @@ -8,7 +8,7 @@ jobs: name: ${{ matrix.os }}-${{ matrix.node-version }} runs-on: ${{ matrix.os }} strategy: - fail-fast: false + fail-fast: true matrix: node-version: [18.x, 20.x, 21.x] os: