style: remove an empty line

This commit is contained in:
Khải 2023-07-26 13:35:48 +07:00 committed by GitHub
parent c51cc03cc3
commit 036b6bb81c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ export async function runSelfInstaller(inputs: Inputs): Promise<number> {
}
async function readTarget(nodeJsBundled: boolean, version?: string | undefined) {
if (version) return `${ nodeJsBundled ? '@pnpm/exe' : 'pnpm' }@${version}`
const { GITHUB_WORKSPACE } = process.env