Don’t fail fast

This commit is contained in:
Lars Strojny 2022-11-08 19:41:10 +01:00
parent d35e28e377
commit 1f1db91809

View file

@ -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]