mirror of
https://github.com/actions/setup-node
synced 2025-04-20 07:03:11 +00:00
Add semicolon
This commit is contained in:
parent
1797432cb7
commit
ba8d6b0713
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user