diff --git a/src/main.ts b/src/main.ts index 0027e12..4c2323a 100644 --- a/src/main.ts +++ b/src/main.ts @@ -14,7 +14,7 @@ const run = async (): Promise => { debug(`Inputs: ${JSON.stringify({ workspace, from, to, workingDirectory })}`) const json = await execSync( - `TURBO_TELEMETRY_DISABLED=1 TURBO_TELEMETRY_MESSAGE_DISABLED=1 npx turbo@^1 run ${turboTaskName} --filter="${workspace}...[${from}...${to}]" --dry-run=json`, + `TURBO_TELEMETRY_DISABLED=1 TURBO_TELEMETRY_MESSAGE_DISABLED=1 yarn dlx turbo@1.13.4 run ${turboTaskName} --filter="${workspace}...[${from}...${to}]" --dry-run=json`, { cwd: join(process.cwd(), workingDirectory), encoding: 'utf-8',