Skip to content

Commit

Permalink
fix the ember-try tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikrostew committed Nov 29, 2022
1 parent 5b962c0 commit 4615f0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ember-cli-fastboot/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ const { embroiderSafe, embroiderOptimized } = require('@embroider/test-setup');
module.exports = async function () {
return {
useYarn: true,
// don't use default `--no-lockfile` option, which has been causing these to fail
buildManagerOptions(/* scenario */) {
return ['--ignore-engines'];
},
scenarios: [
{
name: 'ember-lts-3.16',
Expand Down

0 comments on commit 4615f0b

Please sign in to comment.