mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-19 08:44:22 +01:00
upgrade to bun 1.3.0
This commit is contained in:
@@ -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 bun@1.2.21")
|
||||
if (process.versions.bun !== "1.3.0") {
|
||||
throw new Error("This script requires bun@1.3.0")
|
||||
}
|
||||
|
||||
const notes = [] as string[]
|
||||
|
||||
Reference in New Issue
Block a user