From 892ecf8702408017e8934df0d96498e9cdcea1fa Mon Sep 17 00:00:00 2001 From: Jan-Marlon Leibl Date: Tue, 27 May 2025 14:42:30 +0200 Subject: [PATCH] ci: update BUN_VERSION to 1.2.14 for consistency --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 820a0b0..8a09545 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ concurrency: cancel-in-progress: true env: - BUN_VERSION: '1.2.5' # Pin version for consistency + BUN_VERSION: '1.2.14' # Pin version for consistency jobs: # Job 1: Quick checks that can fail fast