We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8cac3 commit 7730353Copy full SHA for 7730353
1 file changed
packages/ember-cli-fastboot/config/ember-try.js
@@ -6,6 +6,10 @@ const { embroiderSafe, embroiderOptimized } = require('@embroider/test-setup');
6
module.exports = async function () {
7
return {
8
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
+ },
13
scenarios: [
14
{
15
name: 'ember-lts-3.16',
0 commit comments