diff --git a/.github/workflows/runloop-blueprint-template.json b/.github/workflows/runloop-blueprint-template.json index 317b958afb0..4e9db47d2e2 100644 --- a/.github/workflows/runloop-blueprint-template.json +++ b/.github/workflows/runloop-blueprint-template.json @@ -2,7 +2,7 @@ "name": "cn", "dockerfile": "FROM runloop:runloop/universal-ubuntu-24.04-x86_64-dnd", "system_setup_commands": [ - "npm i -g @continuedev/cli@latest", + "npm i -g @continuedev/cli@1.5.29", "sudo apt update", "printf '#!/bin/sh\\nexit 101\\n' | sudo tee /usr/sbin/policy-rc.d > /dev/null && sudo chmod +x /usr/sbin/policy-rc.d", "sudo apt install -y --no-install-recommends ripgrep chromium chromium-driver xvfb",