Skip to content

Commit

Permalink
temp: hardcode the turbo version in the npx cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Sep 6, 2024
1 parent 5bdef3f commit e84d239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/actions/turbo-affected/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async function main() {

try {
const turboOutput = execSync(
`npx turbo@${turboVersion} run ${command} --filter=...[${ref}] --dry=json`,
`npx turbo@2.1.1 run ${command} --filter=...[${ref}] --dry=json`,
{
encoding: "utf-8",
maxBuffer: 2048 * 1024,
Expand Down

0 comments on commit e84d239

Please sign in to comment.