mirror of
https://github.com/actions/setup-node
synced 2025-04-21 07:42:09 +00:00
Code style issue
This commit is contained in:
parent
dfc4b745b4
commit
bc3cb18728
@ -37,7 +37,6 @@ export async function run() {
|
|||||||
(core.getInput('check-latest') || 'false').toUpperCase() === 'TRUE';
|
(core.getInput('check-latest') || 'false').toUpperCase() === 'TRUE';
|
||||||
await installer.getNode(version, stable, checkLatest, auth, arch);
|
await installer.getNode(version, stable, checkLatest, auth, arch);
|
||||||
}
|
}
|
||||||
|
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
core.setFailed(err.message);
|
core.setFailed(err.message);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user