From 36b1282901d0b36c1030c5724d83b77d97f871f6 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Sun, 1 Feb 2026 18:57:00 +0100 Subject: [PATCH] chore: downgrade bun to v1.3.6 --- .github/actions/install-dependencies/action.yml | 2 +- Dockerfile | 2 +- bun.lock | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/install-dependencies/action.yml b/.github/actions/install-dependencies/action.yml index 50533005..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.8" + bun-version: "1.3.6" - name: Install dependencies shell: bash diff --git a/Dockerfile b/Dockerfile index 3f6c6388..6686daaa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BUN_VERSION="1.3.8" +ARG BUN_VERSION="1.3.6" FROM oven/bun:${BUN_VERSION}-alpine AS base diff --git a/bun.lock b/bun.lock index f30ed7db..a98eab13 100644 --- a/bun.lock +++ b/bun.lock @@ -78,7 +78,7 @@ "@tanstack/react-query-devtools": "^5.91.2", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", - "@types/bun": "^1.3.8", + "@types/bun": "^1.3.6", "@types/node": "^25.1.0", "@types/react": "^19.2.10", "@types/react-dom": "^19.2.3", diff --git a/package.json b/package.json index 6e90d78e..51199a99 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "@tanstack/react-query-devtools": "^5.91.2", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", - "@types/bun": "^1.3.8", + "@types/bun": "^1.3.6", "@types/node": "^25.1.0", "@types/react": "^19.2.10", "@types/react-dom": "^19.2.3",