mirror of
https://github.com/actions/setup-node.git
synced 2025-07-25 07:58:25 +02:00
fix readme and warning
This commit is contained in:
parent
1405bc86d4
commit
dbbe0bac60
3 changed files with 5 additions and 4 deletions
|
@ -219,7 +219,7 @@ async function resolveVersionFromManifest(
|
|||
const info = await getInfoFromManifest(versionSpec, stable, auth);
|
||||
return info?.resolvedVersion;
|
||||
} catch (err) {
|
||||
core.warning('Unable to resolve version from manifest...');
|
||||
core.info('Unable to resolve version from manifest...');
|
||||
core.debug(err.message);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue