Skip to content

Commit

Permalink
Set the ember-cli versions for older ember
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Nov 6, 2024
1 parent 4554211 commit de60890
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.28.0',
'ember-cli': '~3.28.0',
},
},
},
Expand All @@ -67,6 +68,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~4.4.0',
'ember-cli': '~4.4.0',
},
},
},
Expand All @@ -75,6 +77,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~4.8.0',
'ember-cli': '~4.8.0',
},
},
},
Expand All @@ -83,6 +86,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~4.12.0',
'ember-cli': '~4.12.0',
},
},
},
Expand Down

0 comments on commit de60890

Please sign in to comment.