mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-11-04 05:19:08 +08: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) {
 | 
					  if (result === 0) {
 | 
				
			||||||
    const pnpmHome = join(dest, 'node_modules/.bin')
 | 
					    const pnpmHome = join(dest, 'node_modules/.bin')
 | 
				
			||||||
    core.addPath(pnpmHome)
 | 
					    core.addPath(pnpmHome)
 | 
				
			||||||
    core.exportVariable('PNPM_HOME', pnpmHome)
 | 
					    core.exportVariable('PNPM_HOME_PATH', pnpmHome)
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  return result
 | 
					  return result
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user