chore: bump bun version to 1.2.18

This commit is contained in:
Alexandre Pereira 2025-07-05 02:07:13 +01:00
parent ea6bfef21a
commit 40962c109c
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ jobs:
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.2.17
bun-version: 1.2.18
- run: bun install

View file

@ -32,7 +32,7 @@ jobs:
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.2.17
bun-version: 1.2.18
- name: Install makepkg
run: |

View file

@ -3,7 +3,7 @@
"name": "opencode",
"private": true,
"type": "module",
"packageManager": "bun@1.2.14",
"packageManager": "bun@1.2.18",
"scripts": {
"dev": "bun run packages/opencode/src/index.ts",
"typecheck": "bun run --filter='*' typecheck",