Skip to content

Commit

Permalink
Add ember-source-channel-url because ember-cli is too new now
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 10, 2023
1 parent cde9d08 commit 690b126
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const getChannelUrl = require('ember-source-channel-url');

module.exports = {
useYarn: true,
command: 'yarn ci:test',
Expand Down Expand Up @@ -29,6 +31,7 @@ module.exports = {
npm: {
devDependencies: {
'ember-cli': 'latest',
'ember-source': await getChannelUrl('release'),
},
},
},
Expand All @@ -37,6 +40,7 @@ module.exports = {
npm: {
devDependencies: {
'ember-cli': 'beta',
'ember-source': await getChannelUrl('beta'),
},
},
},
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"ember-qunit": "4.6.0",
"ember-resolver": "8.0.2",
"ember-source": "~3.28.0",
"ember-source-channel-url": "^3.0.0",
"ember-try": "1.4.0",
"eslint": "8.7.0",
"eslint-config-prettier": "8.3.0",
Expand Down

0 comments on commit 690b126

Please sign in to comment.