mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-11-02 07:48:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			181 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			181 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#! /bin/sh
 | 
						|
# shellcheck disable=SC2155,SC2088
 | 
						|
export HOME="$(pwd)"
 | 
						|
export INPUT_VERSION=4.11.1
 | 
						|
export INPUT_DEST='~/pnpm.temp'
 | 
						|
export INPUT_RUN_INSTALL=null
 | 
						|
exec node dist/index.js
 |