diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 4c49a511d..50908cc6c 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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' ]