We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25cebc commit c2e9a52Copy full SHA for c2e9a52
1 file changed
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup Bun
22
uses: oven-sh/setup-bun@v2
23
with:
24
- bun-version: latest
+ bun-version: canary
25
26
- name: Run tests
27
run: deno task test
0 commit comments