fixup! feat: set node-version action output
parent
439cc13699
commit
5c741a4009
|
|
@ -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: {
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue