mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-19 21:04:45 +00:00
add silent
This commit is contained in:
parent
5b949b50c3
commit
aab7cc882a
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ export async function run() {
|
|||
const {stdout: installedVersion} = await exec.getExecOutput(
|
||||
'node',
|
||||
['--version'],
|
||||
{ignoreReturnCode: true}
|
||||
{ignoreReturnCode: true, silent: false}
|
||||
);
|
||||
core.setOutput('node-version', installedVersion);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue