ci: fix
parent
a67920a25e
commit
f144a0384d
3
bun.lock
3
bun.lock
|
|
@ -26,6 +26,9 @@
|
|||
"vinxi": "^0.5.7",
|
||||
"zod": "catalog:",
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "catalog:",
|
||||
},
|
||||
},
|
||||
"packages/console/core": {
|
||||
"name": "@opencode-ai/console-core",
|
||||
|
|
|
|||
|
|
@ -22,6 +22,9 @@
|
|||
"vinxi": "^0.5.7",
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "catalog:"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue