diff --git a/dist/index.js b/dist/index.js index 38f3fcf8..72c865f7 100644 --- a/dist/index.js +++ b/dist/index.js @@ -4651,7 +4651,7 @@ function run() { const checkLatest = (core.getInput('check-latest') || 'false').toUpperCase() === 'TRUE'; yield installer.getNode(version, stable, checkLatest, auth); } - // Output version of node and npm that are being used + // Output version of node is being used let installedVersion = ''; yield exec.exec('node', ['--version'], { listeners: { diff --git a/src/main.ts b/src/main.ts index 6ec8e1d6..e3bfaab2 100644 --- a/src/main.ts +++ b/src/main.ts @@ -25,7 +25,7 @@ export async function run() { await installer.getNode(version, stable, checkLatest, auth); } - // Output version of node and npm that are being used + // Output version of node is being used let installedVersion = ''; await exec.exec('node', ['--version'], { listeners: {