Skip to content

Commit

Permalink
fix: pin to 1.13.4 turbo version to fix vercel/turborepo#8309
Browse files Browse the repository at this point in the history
  • Loading branch information
philtremblay committed Jul 17, 2024
1 parent 10fd5c6 commit 5e3a170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const run = async (): Promise<void> => {
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',
Expand Down

0 comments on commit 5e3a170

Please sign in to comment.