mirror of
https://github.com/actions/setup-node.git
synced 2025-04-23 20:10:48 +00:00
Code style issue
This commit is contained in:
parent
dfc4b745b4
commit
bc3cb18728
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue