mirror of
https://github.com/actions/setup-node
synced 2025-04-21 15:52: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';
|
||||
await installer.getNode(version, stable, checkLatest, auth, arch);
|
||||
}
|
||||
|
||||
} catch (err) {
|
||||
core.setFailed(err.message);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user