mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-10-29 07:47:18 +00:00 
			
		
		
		
	rename PNPM_HOME to PNPM_HOME_PATH
This commit is contained in:
		| @@ -30,7 +30,7 @@ export async function runSelfInstaller(inputs: Inputs): Promise<number> { | ||||
|   if (result === 0) { | ||||
|     const pnpmHome = join(dest, 'node_modules/.bin') | ||||
|     core.addPath(pnpmHome) | ||||
|     core.exportVariable('PNPM_HOME', pnpmHome) | ||||
|     core.exportVariable('PNPM_HOME_PATH', pnpmHome) | ||||
|   } | ||||
|   return result | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zoltan Kochan
					Zoltan Kochan