Skip to content

Commit 1c5ac34

Browse files
committed
build: remove GHES 3.10 and 3.11
1 parent 98ff043 commit 1c5ac34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ async function run(version) {
4242
},
4343
);
4444

45-
const currentGHESVersions = ["3.10", "3.11", ...(await getCurrentVersions())];
45+
const currentGHESVersions = await getCurrentVersions();
4646
for (const asset of releaseAssets) {
4747
if (!/\.json$/.test(asset.name)) continue;
4848
if (/deref/.test(asset.name)) continue;

0 commit comments

Comments
 (0)