upgrade to bun 1.3.1

This commit is contained in:
Dax Raad
2025-11-02 14:00:50 -05:00
parent 05489bc843
commit 06ac1be226
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import { $ } from "bun"
if (process.versions.bun !== "1.3.0") {
throw new Error("This script requires bun@1.3.0")
if (process.versions.bun !== "1.3.1") {
throw new Error("This script requires bun@1.3.1")
}
const CHANNEL =