Skip to content

Commit 1b1d640

Browse files
committed
only build versions since 4.8 on each PR
1 parent 4e66c88 commit 1b1d640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ember-cli-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const EmberApp = require('ember-cli/lib/broccoli/ember-app');
66
// it should probably be no older than 2 LTS versions.
77
// If you need to update older pre-built versions then you can run
88
// npm run build:prebuilt
9-
const BUILD_SINCE = '3.24.0';
9+
const BUILD_SINCE = '4.8.0';
1010

1111
let guidemakerConfig = {};
1212

0 commit comments

Comments
 (0)