Skip to content

Commit

Permalink
chore: pin global turbo to 1.x release
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski committed May 22, 2024
1 parent 99d5ded commit 65f123d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/install-global-turbo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ runs:
steps:
- name: Install Turbo globally
shell: bash
# Until we are migrate ourselves to 2.0 we pin to the latest 1.x release
run: |
VERSION=$(npm view turbo --json | jq -r '.versions | last')
echo "Latest published version: $VERSION"
npm i -g turbo@$VERSION
npm i -g turbo@1.13.4-canary.5

0 comments on commit 65f123d

Please sign in to comment.