mirror of
https://github.com/actions/setup-node.git
synced 2025-07-04 08:33:47 +00:00
Log versions
This commit is contained in:
parent
2ebb54b081
commit
d5ec80f88a
2 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,7 @@ export async function printEnvDetailsAndSetOutput() {
|
|||
const output = await getToolVersion(tool, ['--version']);
|
||||
|
||||
core.setOutput(`${tool}-version`, output);
|
||||
core.info(`${tool} version is ${output}`);
|
||||
});
|
||||
|
||||
await Promise.all(promises);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue