From 613f380ea7e39e4aa5f764583d0ca2b11e050b0e Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 13 Feb 2026 18:39:12 +0100 Subject: [PATCH] chore: downgrade bun to v1.3.6 again due to user crashes --- .github/actions/install-dependencies/action.yml | 2 +- Dockerfile | 2 +- bun.lock | 4 ++-- package.json | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/actions/install-dependencies/action.yml b/.github/actions/install-dependencies/action.yml index dfd937cc..f838c8a4 100644 --- a/.github/actions/install-dependencies/action.yml +++ b/.github/actions/install-dependencies/action.yml @@ -8,7 +8,7 @@ runs: - uses: oven-sh/setup-bun@v2 name: Install Bun with: - bun-version: "1.3.9" + bun-version: "1.3.6" - name: Install dependencies shell: bash diff --git a/Dockerfile b/Dockerfile index f069687f..d60fda69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BUN_VERSION="1.3.9" +ARG BUN_VERSION="1.3.6" FROM oven/bun:${BUN_VERSION}-alpine AS base diff --git a/bun.lock b/bun.lock index 2d09c9d2..4e93d60e 100644 --- a/bun.lock +++ b/bun.lock @@ -78,14 +78,14 @@ "@tailwindcss/vite": "^4.1.18", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", - "@types/bun": "^1.3.9", + "@types/bun": "^1.3.6", "@types/node": "^25.2.3", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@types/semver": "^7.7.1", "@vitejs/plugin-react": "^5.1.4", "babel-plugin-react-compiler": "^1.0.0", - "bun-types": "^1.3.9", + "bun-types": "^1.3.6", "dotenv-cli": "^11.0.0", "drizzle-kit": "^1.0.0-beta.12-a5629fb", "lightningcss": "^1.31.1", diff --git a/package.json b/package.json index 15ea2881..35765d85 100644 --- a/package.json +++ b/package.json @@ -99,14 +99,14 @@ "@tailwindcss/vite": "^4.1.18", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", - "@types/bun": "^1.3.9", + "@types/bun": "^1.3.6", "@types/node": "^25.2.3", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@types/semver": "^7.7.1", "@vitejs/plugin-react": "^5.1.4", "babel-plugin-react-compiler": "^1.0.0", - "bun-types": "^1.3.9", + "bun-types": "^1.3.6", "dotenv-cli": "^11.0.0", "drizzle-kit": "^1.0.0-beta.12-a5629fb", "lightningcss": "^1.31.1", @@ -126,5 +126,5 @@ "overrides": { "esbuild": "^0.27.2" }, - "packageManager": "bun@1.3.9" + "packageManager": "bun@1.3.6" }