You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: dist/setup/index.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -72843,7 +72843,7 @@ class OfficialBuilds extends base_distribution_1.default {
72843
72843
}
72844
72844
catch (error) {
72845
72845
if (error instanceof tc.HTTPError && error.httpStatusCode === 404) {
72846
-
core.info(`Node version ${this.nodeInfo.versionSpec} for platform ${this.osPlat} and architecture ${this.nodeInfo.arch} was found but failed to download. ` +
72846
+
core.warning(`Node version ${this.nodeInfo.versionSpec} for platform ${this.osPlat} and architecture ${this.nodeInfo.arch} was found but failed to download. ` +
72847
72847
'This usually happens when downloadable binaries are not fully updated at https://nodejs.org/. ' +
72848
72848
'To resolve this issue you may either fall back to the older version or try again later.');
0 commit comments