debug force bun 1.3.14 in ci

This commit is contained in:
Sebastian Herrlinger 2026-05-16 14:24:53 +02:00
commit 2f84d592b1
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ runs:
shell: bash
run: |
if [ "$RUNNER_ARCH" = "X64" ]; then
V=$(node -p "require('./package.json').packageManager.split('@')[1]")
V=1.3.14
case "$RUNNER_OS" in
macOS) OS=darwin ;;
Linux) OS=linux ;;

View file

@ -4,7 +4,7 @@
"description": "AI-powered development tool",
"private": true,
"type": "module",
"packageManager": "bun@1.3.14",
"packageManager": "bun@1.3.13",
"scripts": {
"dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts",
"dev:desktop": "bun --cwd packages/desktop dev",