Skip to content

Commit e56b515

Browse files
committed
Revert "Skip v1.53.4"
This reverts commit ecccf54.
1 parent ecccf54 commit e56b515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ async function getLocalReleases () {
88
return JSON.parse(await readFile(resolve(import.meta.dirname, '..', 'versions.json'), 'utf-8'))
99
}
1010

11-
const releasesToSkip = ['v2.3.1', 'v2.3.0', 'v1.53.4']
11+
const releasesToSkip = ['v2.3.1', 'v2.3.0']
1212

1313
// See: https://docs.github.com/en/rest/using-the-rest-api/using-pagination-in-the-rest-api?apiVersion=2022-11-28
1414
function parseLinks (header) {

0 commit comments

Comments
 (0)