Compare commits

..

3 Commits

Author SHA1 Message Date
t.behrendt faf2881a13 switch to shared bun-npm config
CI / Build check (pull_request) Successful in 16s
CI / Test (pull_request) Successful in 18s
2026-08-06 21:08:06 +02:00
t.behrendt 9116d072bd remove useless bun version group 2026-08-06 21:08:06 +02:00
t.behrendt f97bed4bb9 ci: include arch in bun dep cache key (#163)
Fixes issues like [these](https://gitea.t000-n.de/t.behrendt/ts3gotify/actions/runs/12053/jobs/21922) where the ARM64 runner restores a cache created by an AMD64 runner, which has incorrect binaries for oxfmt/oxlnt.

Reviewed-on: #163
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2026-08-06 21:07:35 +02:00
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
with:
path: |
node_modules
key: ${{ runner.os }}-bun-${{ hashFiles('bun.lockb') }}
key: ${{ runner.os }}-${{ runner.arch }}-bun-${{ hashFiles('bun.lockb') }}
- name: Install dependencies
if: steps.cache-deps.outputs.cache-hit != 'true'