We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69f00b commit c41070eCopy full SHA for c41070e
src/util.ts
@@ -50,7 +50,7 @@ export function getDownloadArchiveExtension() {
50
51
export function isVersionSatisfies(range: string, version: string): boolean {
52
if (semver.valid(range)) {
53
- // if full version with build digit is provided as a range (such as '1.2.3+4')
+ // Test if full version with build digit is provided as a range (such as '1.2.3+4')
54
// we should check for exact equal via compareBuild
55
// since semver.satisfies doesn't handle 4th digit
56
const semRange = semver.parse(range);
0 commit comments