Skip to content

Commit

Permalink
Fix the Ember v3.28 scenario
Browse files Browse the repository at this point in the history
The 5.2 blueprint contains some devDependencies that are no longer
compatible with 3.28 so we install an older version in that scenario.
  • Loading branch information
Windvis committed Sep 13, 2023
1 parent daa1ba3 commit acb53fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.28.0',
'ember-cli': '~3.28.0',
'ember-qunit': '^6.0.0',
'@ember/test-helpers': '^2.9.3',
},
},
},
Expand Down

0 comments on commit acb53fd

Please sign in to comment.