Skip to content

Commit

Permalink
downgrade ember-cli for v3 scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Mar 26, 2024
1 parent 4b01f02 commit 75a83e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = async function () {
name: 'ember-lts-3.24',
npm: {
devDependencies: {
'ember-cli': '~3.24.0',
'ember-source': '~3.24.3',
'ember-qunit': '^5.1.5',
},
Expand All @@ -20,6 +21,7 @@ module.exports = async function () {
name: 'ember-lts-3.28',
npm: {
devDependencies: {
'ember-cli': '~3.28.0',
'ember-source': '~3.28.0',
},
},
Expand Down

0 comments on commit 75a83e7

Please sign in to comment.