feat: update bun version (#745)

This commit is contained in:
Gauvain
2025-06-04 12:25:01 +02:00
committed by Alex Kim
parent 0a9da729a1
commit 26225bbf52
4 changed files with 5 additions and 9 deletions

View File

@@ -86,8 +86,7 @@ jobs:
- name: "🍞 Setup Bun"
uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2
with:
# @todo: update to 1.x once this is fixed: https://github.com/streamyfin/streamyfin/pull/690#discussion_r2089749689
bun-version: '1.2.13'
bun-version: '1.2.15'
- name: "📦 Install dependencies"
run: bun install --frozen-lockfile