Skip to content

Commit

Permalink
update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame committed Nov 9, 2022
1 parent b09b9b2 commit c94a504
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/setup/index.js
Expand Up @@ -73617,7 +73617,8 @@ function evaluateCanaryMatcher(versionSpec) {
const isValidVersion = semver.valid(raw);
const rawVersion = isValidVersion ? raw : (_a = semver.coerce(raw)) === null || _a === void 0 ? void 0 : _a.version;
if (rawVersion) {
if (prerelease === 'v8-canary') { // it means versionSpec does not have timestamp
if (prerelease === 'v8-canary') {
// it means versionSpec does not have timestamp
const range = semver.validRange(`^${rawVersion}`);
return (potential) => semver.satisfies(
// TODO: check latest?
Expand Down

0 comments on commit c94a504

Please sign in to comment.