diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 2442d7b4..dc41affe 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -18,7 +18,6 @@ jobs: if: ${{ github.actor != 'dependabot'}} runs-on: ubuntu-latest strategy: - fail-fast: true matrix: test: ['lint', 'citest'] node_version: ['12.x', '16.x']