From 67cb2b6d4334d685689c09f4ace2582933775a8e Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Sun, 7 Jun 2026 23:49:46 -0700 Subject: [PATCH] ci: remove redundant Bun setup from PR checks --- .github/workflows/pr-checks.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index b8b75c6efd..dd7e3dff3e 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -69,9 +69,6 @@ jobs: - name: Setup Node.js and pnpm uses: ./.github/actions/setup-node-pnpm - - name: Install Bun - uses: oven-sh/setup-bun@v2 - - name: Build run: pnpm build @@ -94,9 +91,6 @@ jobs: - name: Setup Node.js and pnpm uses: ./.github/actions/setup-node-pnpm - - name: Install Bun - uses: oven-sh/setup-bun@v2 - # Dist-artifact cache (same contract as full-suite.yml): exact-match # key only, NO restore-keys (stale dist is the known failure mode, # FN-4232/FN-4605), NEVER node_modules (breaks Windows pnpm junctions).