mirror of
https://github.com/actions/setup-node
synced 2025-04-17 13:43:12 +00:00
fixup! feat: set node-version action output
This commit is contained in:
parent
439cc13699
commit
5c741a4009
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -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
Block a user