diff --git a/src/action.ts b/src/action.ts index 34ad3d8..e741650 100644 --- a/src/action.ts +++ b/src/action.ts @@ -154,7 +154,9 @@ function isVersionMatch( const normalizeVersion = (v: string) => v.replace(/^v/i, ""); - return normalizeVersion(existingVersion) === normalizeVersion(requestedVersion); + return ( + normalizeVersion(existingVersion) === normalizeVersion(requestedVersion) + ); } async function downloadBun(