mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-23 07:06:07 +00:00
Update our dependencies to increase security (#88)
This commit is contained in:
committed by
GitHub
parent
730ac65cba
commit
6c5caca0fb
+1
-1
@@ -469,7 +469,7 @@ async function get(url0, pageIdxs) {
|
||||
}
|
||||
|
||||
function maybePrependWithV(versionToPrepend, specVersion) {
|
||||
const digitStart = new RegExp('^\\d+')
|
||||
const digitStart = /^\d+/
|
||||
return digitStart.test(specVersion)
|
||||
? `v${versionToPrepend}`
|
||||
: versionToPrepend
|
||||
|
||||
Reference in New Issue
Block a user