Skip to content

Commit a289917

Browse files
committed
Limit pre-ember versions to make build run within time
1 parent b8c6ec6 commit a289917

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

prember-urls.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,7 @@ module.exports = function () {
4141
urls.push(`/${p}/${uniqVersion}/${suffix}`);
4242
};
4343

44-
const oldVersions = [
45-
'1.13',
46-
'2.18',
47-
'3.28',
48-
'4.4',
49-
'4.8',
50-
'4.12',
51-
'5.4',
52-
'5.8',
53-
'5.12',
54-
];
44+
const oldVersions = ['1.13', '2.18', '3.28', '4.12', '5.12'];
5545

5646
uniqueProjectVersions.forEach((uniqVersion) => {
5747
if (

0 commit comments

Comments
 (0)