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

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