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 5, 2021
1 parent c6b9eba commit 75f45ff
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 75f45ff

Please sign in to comment.