mirror of
https://github.com/pnpm/action-setup.git
synced 2024-11-12 04:28:04 +00:00
style: remove an empty line
This commit is contained in:
parent
c51cc03cc3
commit
036b6bb81c
@ -34,7 +34,6 @@ export async function runSelfInstaller(inputs: Inputs): Promise<number> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function readTarget(nodeJsBundled: boolean, version?: string | undefined) {
|
async function readTarget(nodeJsBundled: boolean, version?: string | undefined) {
|
||||||
|
|
||||||
if (version) return `${ nodeJsBundled ? '@pnpm/exe' : 'pnpm' }@${version}`
|
if (version) return `${ nodeJsBundled ? '@pnpm/exe' : 'pnpm' }@${version}`
|
||||||
|
|
||||||
const { GITHUB_WORKSPACE } = process.env
|
const { GITHUB_WORKSPACE } = process.env
|
||||||
|
Loading…
Reference in New Issue
Block a user