diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1aa67b0..fe6c870 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,6 @@ jobs: matrix: os: [macos-10.15, ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, windows-2019, windows-2016] node: [12, 13, 14, 15] - fail-fast: true steps: - name: Checkout repository uses: actions/checkout@v2 @@ -40,7 +39,6 @@ jobs: strategy: matrix: node: [12, 13, 14, 15] - fail-fast: true steps: - name: Setup env with Node v${{ matrix.node }} run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a76b265..f56a42c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,6 @@ jobs: matrix: os: [macos-10.15, ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, windows-2019, windows-2016] node: [12, 13, 14, 15] - fail-fast: true steps: - name: Checkout repository uses: actions/checkout@v2 @@ -41,7 +40,6 @@ jobs: strategy: matrix: node: [12, 13, 14, 15] - fail-fast: true steps: - name: Setup env with Node v${{ matrix.node }} run: |