Migrate to ESM with esbuild, vitest and upgrade @actions/* to ESM-only versions

This commit is contained in:
David Gamero 2026-03-26 13:10:07 -04:00
parent 50eb4152fb
commit d9c36a4e16
No known key found for this signature in database
9 changed files with 1523 additions and 7246 deletions

View file

@ -42,7 +42,7 @@ export async function getLatestPatchVersion(
}
return latestPatch
} catch (error) {
core.debug(error)
core.debug(String(error))
core.warning('GetLatestPatchVersionFailed')
throw new Error(`Failed to get latest patch version for ${version}`)
}