mirror of
				https://github.com/actions/setup-node.git
				synced 2025-10-31 16:14:00 +08:00 
			
		
		
		
	Fix typo
This commit is contained in:
		| @@ -167,7 +167,7 @@ export default abstract class BaseDistribution { | ||||
|     const initialUrl = this.getDistributionUrl(); | ||||
|     const osArch: string = this.translateArchToDistUrl(arch); | ||||
|  | ||||
|     // Create temporary folder to download in to | ||||
|     // Create temporary folder to download to | ||||
|     const tempDownloadFolder = `temp_${uuidv4()}`; | ||||
|     const tempDirectory = process.env['RUNNER_TEMP'] || ''; | ||||
|     assert.ok(tempDirectory, 'Expected RUNNER_TEMP to be defined'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nikolai Laevskii
					Nikolai Laevskii