fix(ci): replace npx with pnpm exec for local turbo resolution and remove restrictive heap constraints
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 6s
Build & Deploy / 🧪 QA (push) Failing after 1m53s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s

This commit is contained in:
2026-03-01 19:21:47 +01:00
parent 1404aa0406
commit 4f452cf2a9

View File

@@ -168,13 +168,9 @@ jobs:
run: pnpm install --no-frozen-lockfile run: pnpm install --no-frozen-lockfile
- name: 🧪 QA Checks - name: 🧪 QA Checks
if: github.event.inputs.skip_checks != 'true' if: github.event.inputs.skip_checks != 'true'
env: run: pnpm exec turbo run lint typecheck test
NODE_OPTIONS: "--max_old_space_size=4096"
run: npx turbo run lint typecheck test
- name: 🏗️ Build Test - name: 🏗️ Build Test
if: github.event.inputs.skip_checks != 'true' if: github.event.inputs.skip_checks != 'true'
env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: pnpm build run: pnpm build
# ────────────────────────────────────────────────────────────────────────────── # ──────────────────────────────────────────────────────────────────────────────