mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +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';
|
||||
await installer.getNode(version, stable, checkLatest, auth, arch);
|
||||
}
|
||||
|
||||
} catch (err) {
|
||||
core.setFailed(err.message);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue