소스 검색

chore: update Bun version in CI workflow to 1.2.8

CaIon 9 달 전
부모
커밋
a0844d5481
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/linux-release.yml

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

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