Prevent a CI job failure from killing the workflow.
This commit is contained in:
parent
588f64c760
commit
00f4ba0eeb
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
@ -11,6 +11,8 @@ jobs:
|
|||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [8.x, 10.x, 12.x, 13.x ]
|
node-version: [8.x, 10.x, 12.x, 13.x ]
|
||||||
@ -31,6 +33,8 @@ jobs:
|
|||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
module: [ 'esm', 'umd' ]
|
module: [ 'esm', 'umd' ]
|
||||||
|
Loading…
Reference in New Issue
Block a user