mirror of
https://gitea.com/actions/setup-node.git
synced 2025-07-13 15:17:09 +08:00
Switch warning to info logging
This commit is contained in:
@ -39,7 +39,7 @@ export async function getNode(
|
||||
let osArch: string = translateArchToDistUrl(arch);
|
||||
|
||||
if (isLtsVersion(versionSpec)) {
|
||||
core.warning('LTS version is provided. For LTS versions `check-latest` will be automatically set to true');
|
||||
core.info('LTS version is provided. For LTS versions `check-latest` will be automatically set to true');
|
||||
checkLatest = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user