Don’t fail fast
This commit is contained in:
parent
d35e28e377
commit
1f1db91809
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -7,6 +7,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# the Node.js versions to build on
|
# the Node.js versions to build on
|
||||||
node-version: [13.x, 14.x, 15.x, 16.x, 17.x, 18.x]
|
node-version: [13.x, 14.x, 15.x, 16.x, 17.x, 18.x]
|
||||||
|
|
Loading…
Reference in a new issue