From 89d06fc99dffc1631dbe1414f68ed6f61bfc2a9f Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 05:20:16 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/action.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(