Prevent a CI job failure from killing the workflow.

This commit is contained in:
Richard Moore 2020-07-13 09:28:08 -04:00
parent 588f64c760
commit 00f4ba0eeb
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 13.x ]
@ -31,6 +33,8 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
module: [ 'esm', 'umd' ]