Skip to content

Commit

Permalink
Merge pull request #148 from peopledoc/fix-requirements-and-ci-tests
Browse files Browse the repository at this point in the history
Fix requirements and CI tests
  • Loading branch information
MrChocolatine authored Oct 18, 2021
2 parents e37b9c4 + 70707d8 commit d415f4c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
fail-fast: true
matrix:
try-scenario:
- ember-lts-3.16
- ember-lts-3.20
- ember-lts-3.24
- ember-release
- ember-classic
- ember-default-with-jquery
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ We found it especially useful, for example, when migrating an existing app to Em

## Compatibility

- Ember.js v3.20 or above
- Ember CLI v3.20 or above
- Ember.js v3.16 or above
- Ember CLI v3.16 or above
- Node.js v12 or above


Expand Down
8 changes: 4 additions & 4 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ module.exports = async function () {
useYarn: true,
scenarios: [
{
name: 'ember-lts-3.20',
name: 'ember-lts-3.16',
npm: {
devDependencies: {
'ember-source': '~3.20.5',
'ember-source': '~3.16.0',
},
},
},
{
name: 'ember-lts-3.24',
name: 'ember-lts-3.20',
npm: {
devDependencies: {
'ember-source': '~3.24.3',
'ember-source': '~3.20.5',
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"typescript": "^4.3.5"
},
"engines": {
"node": "10.* || >= 12"
"node": "12.* || 14.*"
},
"ember": {
"edition": "octane"
Expand Down

0 comments on commit d415f4c

Please sign in to comment.