Skip to content

Commit 7730353

Browse files
committed
fix the ember-try tests
1 parent 4d8cac3 commit 7730353

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/ember-cli-fastboot/config/ember-try.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ const { embroiderSafe, embroiderOptimized } = require('@embroider/test-setup');
66
module.exports = async function () {
77
return {
88
useYarn: true,
9+
// don't use default `--no-lockfile` option, which has been causing these to fail
10+
buildManagerOptions(/* scenario */) {
11+
return ['--ignore-engines'];
12+
},
913
scenarios: [
1014
{
1115
name: 'ember-lts-3.16',

0 commit comments

Comments
 (0)