diff --git a/.github/workflows/test-npm.yml b/.github/workflows/test-npm.yml index cf7ddb866..d98da15e3 100644 --- a/.github/workflows/test-npm.yml +++ b/.github/workflows/test-npm.yml @@ -13,6 +13,7 @@ jobs: runs-on: ${{ matrix.platforms }} strategy: + fail-fast: false matrix: platforms: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2019, macos-12 ] node-version: [ 16.x, 18.x, 20.x, 22.x ] @@ -50,6 +51,7 @@ jobs: runs-on: ${{ matrix.platforms }} strategy: + fail-fast: false matrix: platforms: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2019, macos-12 ] node-version: [ 16.x, 18.x, 20.x, 22.x ]