mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
Add semicolon
This commit is contained in:
parent
1797432cb7
commit
ba8d6b0713
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue