From 8d157dfd7af9fee8060c387252f9a6b13ffb807a Mon Sep 17 00:00:00 2001 From: Rhuan Barreto Date: Wed, 13 May 2026 12:36:25 +0200 Subject: [PATCH] fix(ci): remove proto 0.56.3 pin from Windows smoke test Proto 0.57.0 shipped with updated starbase dependencies (starbase_archive 0.13.1, starbase_utils 0.13.2). Remove the workaround pin to test whether Node 24 installs correctly on Windows Server 2025 with the latest proto. Ref: https://github.com/moonrepo/proto/issues/1006 Signed-off-by: Rhuan Barreto --- .github/workflows/smoke-test-windows.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/smoke-test-windows.yml b/.github/workflows/smoke-test-windows.yml index 04a0d11..3c49a72 100644 --- a/.github/workflows/smoke-test-windows.yml +++ b/.github/workflows/smoke-test-windows.yml @@ -23,11 +23,6 @@ jobs: - uses: moonrepo/setup-toolchain@261c62cb5b0f580c7be7c8cd0f023a2e96756095 # v0 with: auto-install: true - # Pin proto to 0.56.3 — v0.56.4 has a regression in starbase_archive - # 0.13.0 that prevents Node 24 from extracting on Windows Server 2025. - # Remove this pin once proto 0.57+ ships with the fix. - # See: https://github.com/moonrepo/proto/issues/1006 - proto-version: "0.56.3" - name: Install dependencies run: bun install --frozen-lockfile