mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-10-31 07:13:58 +08:00 
			
		
		
		
	download script from pnpm.io
This commit is contained in:
		
							
								
								
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -20,7 +20,7 @@ export async function runSelfInstaller(inputs: Inputs): Promise<number> { | |||||||
|     stdio: ['pipe', 'inherit', 'inherit'], |     stdio: ['pipe', 'inherit', 'inherit'], | ||||||
|   }) |   }) | ||||||
|  |  | ||||||
|   const response = await fetch('https://pnpm.js.org/pnpm.js') |   const response = await fetch('https://pnpm.io/pnpm.js') | ||||||
|   response.body.pipe(cp.stdin) |   response.body.pipe(cp.stdin) | ||||||
|  |  | ||||||
|   const exitCode = await new Promise<number>((resolve, reject) => { |   const exitCode = await new Promise<number>((resolve, reject) => { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zoltan Kochan
					Zoltan Kochan