Skip to content

Commit

Permalink
Try to re-gain ember 3.20+ compat
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Mar 1, 2024
1 parent 2b3bdfa commit df49c5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.20.5',
'ember-cli': '^4.0.0',
},
},
},
Expand All @@ -20,6 +21,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.24.3',
'ember-cli': '^4.0.0',
},
},
},
Expand All @@ -28,6 +30,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.28.0',
'ember-cli': '^4.0.0',
},
},
},
Expand Down

0 comments on commit df49c5f

Please sign in to comment.