Code style issue

This commit is contained in:
Ricardo Cino 2022-06-13 12:27:47 +00:00
parent dfc4b745b4
commit bc3cb18728

View file

@ -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);
}