Skip to content

Commit

Permalink
Revert "Skip v1.53.4"
Browse files Browse the repository at this point in the history
This reverts commit ecccf54.
  • Loading branch information
mcollina committed Oct 17, 2024
1 parent ecccf54 commit e56b515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ async function getLocalReleases () {
return JSON.parse(await readFile(resolve(import.meta.dirname, '..', 'versions.json'), 'utf-8'))
}

const releasesToSkip = ['v2.3.1', 'v2.3.0', 'v1.53.4']
const releasesToSkip = ['v2.3.1', 'v2.3.0']

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

0 comments on commit e56b515

Please sign in to comment.