chore: bump Bun to 1.3.12

This commit is contained in:
Nicolas Meienberger 2026-04-12 13:35:52 +02:00
parent 2ecd4b8eb6
commit 5497cadb56
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ runs:
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
name: Install Bun
with:
bun-version: "1.3.11"
bun-version: "1.3.12"
- uses: voidzero-dev/setup-vp@8ecb39174989ce55af90f45cf55b02738599831d # v1
with:

View file

@ -1,4 +1,4 @@
ARG BUN_VERSION="1.3.11"
ARG BUN_VERSION="1.3.12"
FROM oven/bun:${BUN_VERSION}-alpine AS base

View file

@ -143,5 +143,5 @@
"overrides": {
"esbuild": "^0.28.0"
},
"packageManager": "bun@1.3.11"
"packageManager": "bun@1.3.12"
}