Skip to content

Commit

Permalink
Run embroider scenarios using unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Apr 14, 2023
1 parent e58f052 commit f1d8baa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~4.8.0',
// @todo remove this once we have a stable release that includes https://github.com/embroider-build/embroider/pull/1383
'@embroider/core': '2.1.2-unstable.3a9d8ad',
'@embroider/compat': '2.1.2-unstable.3a9d8ad',
'@embroider/webpack': '2.1.2-unstable.3a9d8ad',
},
},
}),
Expand All @@ -62,6 +66,10 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~4.8.0',
// @todo remove this once we have a stable release that includes https://github.com/embroider-build/embroider/pull/1383
'@embroider/core': '2.1.2-unstable.3a9d8ad',
'@embroider/compat': '2.1.2-unstable.3a9d8ad',
'@embroider/webpack': '2.1.2-unstable.3a9d8ad',
},
},
}),
Expand All @@ -70,6 +78,10 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': releaseVersion,
// @todo remove this once we have a stable release that includes https://github.com/embroider-build/embroider/pull/1383
'@embroider/core': '2.1.2-unstable.3a9d8ad',
'@embroider/compat': '2.1.2-unstable.3a9d8ad',
'@embroider/webpack': '2.1.2-unstable.3a9d8ad',
},
},
}),
Expand Down

0 comments on commit f1d8baa

Please sign in to comment.