mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-19 21:04:45 +00:00
Merge 7d1c5630d8
into 49933ea528
This commit is contained in:
commit
1265607065
7 changed files with 35 additions and 0 deletions
|
@ -80,6 +80,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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue