mirror of
https://github.com/actions/setup-node.git
synced 2025-07-04 00:24:58 +00:00
fix version output
This commit is contained in:
parent
6bc15ab23c
commit
2516fdb6ee
2 changed files with 2 additions and 2 deletions
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
|
@ -73723,7 +73723,7 @@ function getToolVersion(tool, options) {
|
|||
core.warning(`[warning]${stderr}`);
|
||||
return '';
|
||||
}
|
||||
return stdout;
|
||||
return stdout.trim();
|
||||
}
|
||||
catch (err) {
|
||||
return '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue