Skip to content

Commit

Permalink
drop support for node 10 (#24)
Browse files Browse the repository at this point in the history
* drop support for node 10
* finish all scenarios in CI even if one fails
  • Loading branch information
jelhan authored Oct 4, 2021
1 parent 9fd4c0b commit 2a2c4df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ on:
pull_request:

env:
NODE_VERSION: '10.x'
NODE_VERSION: '12.x'

jobs:
lint:
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
needs: test

strategy:
fail-fast: true
fail-fast: false
matrix:
ember-try-scenario: [
ember-lts-3.16,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"release-it-lerna-changelog": "^3.1.0"
},
"engines": {
"node": "10.* || >= 12"
"node": "12.* || >= 14"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit 2a2c4df

Please sign in to comment.