From 80a65d4341e8c761439e6cc2f13871c84e705df1 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Fri, 23 Aug 2024 15:58:20 -0400 Subject: [PATCH] Use single quotes --- src/install-pnpm/run.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install-pnpm/run.ts b/src/install-pnpm/run.ts index 8132044..63f1eb6 100644 --- a/src/install-pnpm/run.ts +++ b/src/install-pnpm/run.ts @@ -58,7 +58,7 @@ async function readTarget(opts: { if (version) { if ( - typeof packageManager === 'string' && packageManager.includes("pnpm@") && + typeof packageManager === 'string' && packageManager.includes('pnpm@') && packageManager.replace('pnpm@', '') !== version ) { throw new Error(`Multiple versions of pnpm specified: