mirror of
https://github.com/pnpm/action-setup.git
synced 2024-11-10 09:39:11 +08:00
rename PNPM_HOME to PNPM_HOME_PATH
This commit is contained in:
parent
9087a16275
commit
0e9c99a89a
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user