From 647a46a06161c34a05cb94212983deca62840735 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 19 Feb 2026 08:36:03 +0000 Subject: [PATCH] ci: skip bun setup for windows checks --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d38391db2..a054cd61ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -370,16 +370,10 @@ jobs: pnpm-version: "10.23.0" cache-key-suffix: "node22" - - name: Setup Bun - uses: oven-sh/setup-bun@v2 - with: - bun-version: "1.3.9" - - name: Runtime versions run: | node -v npm -v - bun -v pnpm -v - name: Capture node path