Skip to content

Commit

Permalink
Pin @ember/test-helpers to 2.7.0 (fixes 3.x LTS channels)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeppelin committed Oct 8, 2023
1 parent c21769d commit b4baccd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.8.0',
'@ember/test-helpers': '2.7.0',
'ember-decorators-polyfill': '^1.1.5',
},
},
Expand All @@ -30,6 +31,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.12.0',
'@ember/test-helpers': '2.7.0',
},
},
},
Expand Down

0 comments on commit b4baccd

Please sign in to comment.