mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-23 07:06:07 +00:00
Allow for latest 100 rebar3 versions when fetching from GitHub (#42)
This commit is contained in:
committed by
GitHub
parent
e332dc64ad
commit
11d59b146c
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