Compare commits

..

2 Commits

Author SHA1 Message Date
t.behrendt 9de48e78bd switch to shared bun-npm config
CI / Build check (pull_request) Successful in 17s
CI / Test (pull_request) Failing after 1m28s
2026-08-06 20:59:33 +02:00
t.behrendt b2b69db020 remove useless bun version group 2026-08-06 20:57:54 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
1.3.14 1.3.6
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
with: with:
path: | path: |
node_modules node_modules
key: ${{ runner.os }}-${{ runner.arch }}-bun-${{ hashFiles('bun.lockb') }} key: ${{ runner.os }}-bun-${{ hashFiles('bun.lockb') }}
- name: Install dependencies - name: Install dependencies
if: steps.cache-deps.outputs.cache-hit != 'true' if: steps.cache-deps.outputs.cache-hit != 'true'