Skip to content

Commit

Permalink
ci: use latest published version of turbo in CI instead of latest can…
Browse files Browse the repository at this point in the history
…ary (#5238)
  • Loading branch information
mehulkar authored Jun 8, 2023
1 parent bb2eb28 commit f2d4cd2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/setup-turborepo-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ runs:

- name: Install Turbo globally
shell: bash
run: npm i -g turbo@canary
run: |
VERSION=$(npm view turbo --json | jq -r '.versions | last')
echo "Latest pubblished version: $VERSION"
npm i -g turbo@$VERSION

1 comment on commit f2d4cd2

@vercel
Copy link

@vercel vercel bot commented on f2d4cd2 Jun 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.