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
2
dist/index.js
vendored
2
dist/index.js
vendored
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue