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 f75013c commit 2366ab5Copy full SHA for 2366ab5
.github/workflows/CI.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/checkout@v5
25
- uses: oven-sh/setup-bun@v2
26
with:
27
- bun-version: latest
+ bun-version: '1.3.9'
28
- name: Install dependencies
29
run: bun install
30
- name: Lint
0 commit comments