We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b8cff commit b584c3bCopy full SHA for b584c3b
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: Setup Bun
24
uses: oven-sh/setup-bun@v2
25
with:
26
- bun-version: latest
+ bun-version: "1.3.8"
27
28
- name: Install dependencies
29
run: bun install
.github/workflows/release.yaml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@v4
22
- uses: oven-sh/setup-bun@v2
.github/workflows/web-build.yaml
@@ -29,7 +29,7 @@ jobs:
30
31
32
33
34
35
0 commit comments