mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-20 21:14:45 +00:00
Update message to use waning instead of info
This commit is contained in:
parent
5a8d9111e3
commit
ac16ae42d7
2 changed files with 2 additions and 2 deletions
|
@ -148,7 +148,7 @@ export default class OfficialBuilds extends BaseDistribution {
|
|||
return toolPath;
|
||||
} catch (error) {
|
||||
if (error instanceof tc.HTTPError && error.httpStatusCode === 404) {
|
||||
core.info(
|
||||
core.warning(
|
||||
`Node version ${this.nodeInfo.versionSpec} for platform ${this.osPlat} and architecture ${this.nodeInfo.arch} was found but failed to download. ` +
|
||||
'This usually happens when downloadable binaries are not fully updated at https://nodejs.org/. ' +
|
||||
'To resolve this issue you may either fall back to the older version or try again later.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue