diff options
| author | Dax Raad <[email protected]> | 2025-10-10 17:37:03 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-10-10 17:53:32 -0400 |
| commit | 9da95cb8058967365633bb738bc6e8bb49f029e7 (patch) | |
| tree | b439404419b5d17dc3e6fdf5e0ee99b20b973b29 /script | |
| parent | 34ec6cc97809b7747814880919d914271e85b536 (diff) | |
| download | opencode-9da95cb8058967365633bb738bc6e8bb49f029e7.tar.gz opencode-9da95cb8058967365633bb738bc6e8bb49f029e7.zip | |
upgrade to bun 1.3.0
Diffstat (limited to 'script')
| -rwxr-xr-x | script/publish.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/script/publish.ts b/script/publish.ts index a4f2ba663..05d6df222 100755 --- a/script/publish.ts +++ b/script/publish.ts @@ -2,8 +2,8 @@ import { $ } from "bun" import { createOpencode } from "@opencode-ai/sdk" -if (process.versions.bun !== "1.2.21") { - throw new Error("This script requires [email protected]") +if (process.versions.bun !== "1.3.0") { + throw new Error("This script requires [email protected]") } const notes = [] as string[] |
