mirror of
				https://github.com/actions/setup-node.git
				synced 2025-10-31 23:43:33 +00:00 
			
		
		
		
	error update
This commit is contained in:
		
							parent
							
								
									3c7912faec
								
							
						
					
					
						commit
						675f88221e
					
				
							
								
								
									
										2
									
								
								dist/setup/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/setup/index.js
									
									
									
									
										vendored
									
									
								
							| @ -100728,7 +100728,7 @@ class OfficialBuilds extends base_distribution_1.default { | ||||
|             const versions = this.filterVersions(nodeJsVersions); | ||||
|             const evaluatedVersion = this.evaluateVersions(versions); | ||||
|             if (!evaluatedVersion) { | ||||
|                 throw new Error(`Unable to find Node version '${this.nodeInfo.versionSpec}' for platform ${this.osPlat} and architecture ${this.nodeInfo.arch} from the provided ${this.nodeInfo.mirrorURL}.`); | ||||
|                 throw new Error(`Unable to find Node version '${this.nodeInfo.versionSpec}' for platform ${this.osPlat} and architecture ${this.nodeInfo.arch} from the provided mirror-url ${this.nodeInfo.mirrorURL}. Please check the mirror-url`); | ||||
|             } | ||||
|             const toolName = this.getNodejsMirrorURLInfo(evaluatedVersion); | ||||
|             try { | ||||
|  | ||||
| @ -323,7 +323,7 @@ export default class OfficialBuilds extends BaseDistribution { | ||||
| 
 | ||||
|     if (!evaluatedVersion) { | ||||
|       throw new Error( | ||||
|         `Unable to find Node version '${this.nodeInfo.versionSpec}' for platform ${this.osPlat} and architecture ${this.nodeInfo.arch} from the provided ${this.nodeInfo.mirrorURL}.` | ||||
|         `Unable to find Node version '${this.nodeInfo.versionSpec}' for platform ${this.osPlat} and architecture ${this.nodeInfo.arch} from the provided mirror-url ${this.nodeInfo.mirrorURL}. Please check the mirror-url` | ||||
|       ); | ||||
|     } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user