Use single quotes

This commit is contained in:
Fedor Korotkov
2024-08-23 15:58:20 -04:00
committed by GitHub
parent 37c5a43eed
commit 80a65d4341

View File

@@ -58,7 +58,7 @@ async function readTarget(opts: {
if (version) { if (version) {
if ( if (
typeof packageManager === 'string' && packageManager.includes("pnpm@") && typeof packageManager === 'string' && packageManager.includes('pnpm@') &&
packageManager.replace('pnpm@', '') !== version packageManager.replace('pnpm@', '') !== version
) { ) {
throw new Error(`Multiple versions of pnpm specified: throw new Error(`Multiple versions of pnpm specified: