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

2
dist/index.js vendored
View File

@ -13108,7 +13108,7 @@ function getNode(versionSpec, stable, checkLatest, auth, arch = os.arch()) {
let osPlat = os.platform();
let osArch = 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;
}
if (checkLatest) {