diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9670c68..f475e07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ on: pull_request: env: - NODE_VERSION: '10.x' + NODE_VERSION: '12.x' jobs: lint: @@ -180,7 +180,7 @@ jobs: needs: test strategy: - fail-fast: true + fail-fast: false matrix: ember-try-scenario: [ ember-lts-3.16, diff --git a/README.md b/README.md index b7230d7..98f0531 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Compatibility * Ember.js v3.16 or above * Ember CLI v2.13 or above -* Node.js v10 or above +* Node.js v12 or above Installation diff --git a/package.json b/package.json index cf9eda5..edc6d78 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "release-it-lerna-changelog": "^3.1.0" }, "engines": { - "node": "10.* || >= 12" + "node": "12.* || >= 14" }, "publishConfig": { "registry": "https://registry.npmjs.org"