We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d234113 commit 895a232Copy full SHA for 895a232
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Bun
18
uses: oven-sh/setup-bun@v2
19
with:
20
- bun-version: 1.3.6
+ bun-version: 1.3.9
21
22
- name: Install dependencies
23
run: bun install --frozen-lockfile
.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
- name: Setup Node
41
uses: actions/setup-node@v6
0 commit comments