diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c2c475e0b6a..542b90dfacd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: [push] jobs: build: strategy: + fail-fast: false matrix: node-version: [8.x, 10.x, 12.x] os: [ubuntu-latest, windows-latest]