Browse Source

chore: update Bun version in CI workflow to 1.2.8

CaIon 9 months ago
parent
commit
a0844d5481
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/linux-release.yml

+ 1 - 1
.github/workflows/linux-release.yml

@@ -22,7 +22,7 @@ jobs:
           fetch-depth: 0
           fetch-depth: 0
       - uses: oven-sh/setup-bun@v2
       - uses: oven-sh/setup-bun@v2
         with:
         with:
-          bun-version: latest
+          bun-version: 1.2.8
       - name: Build Frontend
       - name: Build Frontend
         env:
         env:
           CI: ""
           CI: ""