We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0441c2b commit 8c280a8Copy full SHA for 8c280a8
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup Bun
20
uses: oven-sh/setup-bun@v2
21
with:
22
- bun-version: latest
+ bun-version: 1.2.19
23
24
- name: Install dependencies
25
run: bun install --frozen-lockfile
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Bun
16
17
18
0 commit comments