From a6265ea3d2c1d991f102ac865393a5e594986d86 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Wed, 10 Sep 2025 03:36:42 -0400 Subject: upgrade to latest bun --- script/publish.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'script/publish.ts') diff --git a/script/publish.ts b/script/publish.ts index c0f79bb9c..9b3ea450e 100755 --- a/script/publish.ts +++ b/script/publish.ts @@ -2,6 +2,10 @@ import { $ } from "bun" +if (process.versions.bun !== "1.2.21") { + throw new Error("This script requires bun@1.2.21") +} + console.log("=== publishing ===\n") const snapshot = process.env["OPENCODE_SNAPSHOT"] === "true" -- cgit v1.2.3