Skip to content

Commit 23aae5b

Browse files
committed
update the BUILD_SINCE to be 3 LTS versions
1 parent 916a619 commit 23aae5b

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 = '4.8.0';
9+
const BUILD_SINCE = '5.8.0';
1010

1111
let guidemakerConfig = {};
1212

0 commit comments

Comments
 (0)