diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5287f7..2fba1c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: node-version: [6.x, 8.x, 10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 24.x] diff --git a/package.json b/package.json index 92bf0e7..4fe38f9 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "xtend": "^4.0.1" }, "devDependencies": { - "bl": "^5.0.0", + "bl": "^6.1.6", "browserify": "^17.0.0", "from2-string": "^1.1.0", "standard": "^17.0.0",