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 2366ab5 commit 7da3ef0Copy full SHA for 7da3ef0
.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: '1.3.9'
+ bun-version: latest
28
- name: Install dependencies
29
run: bun install
30
- name: Lint
0 commit comments