Switch warning to info logging

This commit is contained in:
Gordey Doronin 2021-06-21 14:33:27 +02:00
parent bcdcde00c0
commit 36d2ce149e
3 changed files with 8 additions and 8 deletions

View file

@ -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;
}