mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-19 12:54:45 +00:00
Switch warning to info logging
This commit is contained in:
parent
bcdcde00c0
commit
36d2ce149e
3 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue