upgrade to bun 1.3.1
This commit is contained in:
parent
05489bc843
commit
06ac1be226
2 changed files with 3 additions and 3 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue