mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-31 04:00:49 +00:00
Allow for latest 100 rebar3 versions when fetching from GitHub (#42)
This commit is contained in:
Vendored
+1
-1
@@ -4859,7 +4859,7 @@ async function getElixirVersions() {
|
||||
|
||||
async function getRebar3Versions() {
|
||||
const resultJSON = await get(
|
||||
'https://api.github.com/repos/erlang/rebar3/releases',
|
||||
'https://api.github.com/repos/erlang/rebar3/releases?per_page=100',
|
||||
)
|
||||
const rebar3VersionsListing = JSON.parse(resultJSON)
|
||||
.map((x) => x.tag_name)
|
||||
|
||||
Reference in New Issue
Block a user