Skip to content

Commit 7eb2b00

Browse files
committed
[CI.yaml] Add bun.
1 parent d91ae17 commit 7eb2b00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v4
11+
- uses: oven-sh/setup-bun@v2
12+
with:
13+
bun-version: "latest"
1114
- uses: actions/setup-node@v4
1215
with:
1316
node-version: 22

0 commit comments

Comments
 (0)