We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ef61f commit e327605Copy full SHA for e327605
1 file changed
.github/workflows/bun-compile.yml
@@ -43,6 +43,8 @@ jobs:
43
steps:
44
- name: Set up Bun
45
uses: oven-sh/setup-bun@v2
46
+ with:
47
+ bun-version: "1.3.11"
48
49
- name: Install package
50
env:
0 commit comments