Skip to content

Commit 08bf2b2

Browse files
committed
chore: update prember versions to help with netlify build times
1 parent 707b57d commit 08bf2b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prember-urls.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ module.exports = function () {
4242
urls.push(`/${p}/${uniqVersion}/${suffix}`);
4343
};
4444

45-
const oldVersions = ['1.13', '2.18', '3.28', '4.4', '4.8', '4.12'];
45+
const oldVersions = ['5.4', '5.8', '5.12'];
4646

4747
uniqueProjectVersions.forEach((uniqVersion) => {
4848
if (
4949
!oldVersions.includes(uniqVersion) &&
50-
!semver.gte(`${uniqVersion}.0`, '5.0.0')
50+
!semver.gte(`${uniqVersion}.0`, '6.0.0')
5151
) {
5252
return;
5353
}

0 commit comments

Comments
 (0)