This commit is contained in:
Raphaël
2025-09-21 17:42:49 +02:00
committed by GitHub
7 changed files with 35 additions and 0 deletions

View File

@@ -93,6 +93,10 @@ export async function run() {
} catch (err) {
core.setFailed((err as Error).message);
}
// Explicit process.exit() to not wait for hanging promises,
// see https://github.com/actions/setup-node/issues/878
process.exit();
}
function resolveVersionInput(): string {