mirror of
https://github.com/actions/setup-node.git
synced 2025-12-16 18:21:48 +08:00
Log versions
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user