Skip to content

Commit a04f234

Browse files
committed
fix: use bun 1.3.5 and clear bun cache in Inferno CI
1 parent 578a256 commit a04f234

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/smart-compliance-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,13 @@ jobs:
7878

7979
- name: Setup Bun
8080
uses: ./.github/actions/setup-bun-version
81+
with:
82+
bun-version: '1.3.5'
8183

8284
- name: Install dependencies
8385
run: |
84-
rm -rf node_modules */node_modules || true
85-
bun install --no-cache
86+
rm -rf ~/.bun/install/cache || true
87+
bun install
8688
8789
- name: Build Backend
8890
run: |

0 commit comments

Comments
 (0)