Skip to content

Commit

Permalink
ci: update ember-try config
Browse files Browse the repository at this point in the history
  • Loading branch information
jkusa committed Dec 22, 2021
1 parent f00309e commit 6a84cff
Showing 1 changed file with 28 additions and 16 deletions.
44 changes: 28 additions & 16 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,39 @@ module.exports = async function () {
{
name: 'ember-release',
npm: {
dependencies: {
'ember-auto-import': '^2.0.0',
},
devDependencies: {
'ember-source': await getChannelURL('release'),
webpack: '^5.0.0',
},
},
},
{
name: 'ember-beta',
npm: {
dependencies: {
'ember-auto-import': '^2.0.0',
},
devDependencies: {
'ember-source': await getChannelURL('beta'),
webpack: '^5.0.0',
},
},
},
{
name: 'ember-canary',
npm: {
dependencies: {
'ember-auto-import': '^2.0.0',
},
devDependencies: {
'ember-source': await getChannelURL('canary'),
webpack: '^5.0.0',
},
},
},
// {
// name: 'ember-beta',
// npm: {
// devDependencies: {
// 'ember-source': await getChannelURL('beta'),
// },
// },
// },
// {
// name: 'ember-canary',
// npm: {
// devDependencies: {
// 'ember-source': await getChannelURL('canary'),
// },
// },
// },
{
name: 'ember-default-with-jquery',
env: {
Expand Down

0 comments on commit 6a84cff

Please sign in to comment.