mirror of
https://github.com/actions/setup-node
synced 2025-04-22 00:02:12 +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);
|
await installer.getNode(version, stable, checkLatest, auth, arch);
|
||||||
}
|
}
|
||||||
|
|
||||||
let installedVersion = version
|
let installedVersion = version;
|
||||||
// Output version of node is being used
|
// Output version of node is being used
|
||||||
try {
|
try {
|
||||||
const {stdout} = await exec.getExecOutput(
|
const {stdout} = await exec.getExecOutput(
|
||||||
|
Loading…
Reference in New Issue
Block a user