From 65f123d467048ac827dca709926f6346716656f3 Mon Sep 17 00:00:00 2001 From: Chris Olszewski Date: Wed, 22 May 2024 09:29:20 -0700 Subject: [PATCH] chore: pin global turbo to 1.x release --- .github/actions/install-global-turbo/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/install-global-turbo/action.yml b/.github/actions/install-global-turbo/action.yml index ca71be15286e7..0002381aac3d6 100644 --- a/.github/actions/install-global-turbo/action.yml +++ b/.github/actions/install-global-turbo/action.yml @@ -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