4
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2025-11-11 14:56:55 +00:00

Add semicolon

This commit is contained in:
Steven 2022-09-30 15:19:10 -04:00
parent 1797432cb7
commit ba8d6b0713

View file

@ -40,7 +40,7 @@ export async function run() {
await installer.getNode(version, stable, checkLatest, auth, arch);
}
let installedVersion = version
let installedVersion = version;
// Output version of node is being used
try {
const {stdout} = await exec.getExecOutput(