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 de60890 commit 2560847
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.28.0',
'ember-cli': '~3.28.0',
'ember-cli': '~4.12.0',
},
},
},
Expand All @@ -68,7 +68,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~4.4.0',
'ember-cli': '~4.4.0',
'ember-cli': '~4.12.0',
},
},
},
Expand All @@ -77,7 +77,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~4.8.0',
'ember-cli': '~4.8.0',
'ember-cli': '~4.12.0',
},
},
},
Expand Down

0 comments on commit 2560847

Please sign in to comment.