From 036b6bb81c3d5543c78c2733842674de0940a296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kh=E1=BA=A3i?= Date: Wed, 26 Jul 2023 13:35:48 +0700 Subject: [PATCH] style: remove an empty line --- src/install-pnpm/run.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/install-pnpm/run.ts b/src/install-pnpm/run.ts index 42bfd0c..2fd8dfe 100644 --- a/src/install-pnpm/run.ts +++ b/src/install-pnpm/run.ts @@ -34,7 +34,6 @@ export async function runSelfInstaller(inputs: Inputs): Promise { } async function readTarget(nodeJsBundled: boolean, version?: string | undefined) { - if (version) return `${ nodeJsBundled ? '@pnpm/exe' : 'pnpm' }@${version}` const { GITHUB_WORKSPACE } = process.env