Skip to content

Commit

Permalink
Add @ember/string to ember-try scenarios to get newer ember scenarios
Browse files Browse the repository at this point in the history
passing
  • Loading branch information
kategengler committed Aug 9, 2023
1 parent 0238c14 commit b43081b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': await getChannelURL('release'),
'@ember/string': '^3.1.1',
},
ember: {
edition: 'octane',
Expand All @@ -77,6 +78,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': await getChannelURL('beta'),
'@ember/string': '^3.1.1',
},
ember: {
edition: 'octane',
Expand All @@ -88,6 +90,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': await getChannelURL('canary'),
'@ember/string': '^3.1.1',
},
ember: {
edition: 'octane',
Expand Down

0 comments on commit b43081b

Please sign in to comment.