chore: upgrade turbo from v2.8.12 to v2.9.4 (#8859)

This commit is contained in:
sriram veeraghanta 2026-04-06 16:04:57 +05:30 committed by GitHub
parent 63fac3b8c4
commit bb128e3e16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 94 additions and 91 deletions

View file

@ -13,7 +13,7 @@ RUN corepack enable pnpm
FROM base AS builder
RUN pnpm add -g turbo@2.8.12
RUN pnpm add -g turbo@2.9.4
COPY . .