Skip to content

Commit

Permalink
[actions] update workflows`
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 4, 2021
1 parent 3059637 commit dbd8ab4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node-4+.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: true
fail-fast: false
matrix: ${{ fromJson(needs.matrix.outputs.latest) }}

steps:
Expand All @@ -40,6 +40,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix: ${{ fromJson(needs.matrix.outputs.minors) }}

steps:
Expand Down

0 comments on commit dbd8ab4

Please sign in to comment.