Skip to content

Commit 2e59890

Browse files
committed
Stick with bun 1.2.22+6bafe2602
- oven-sh/bun#5090 - oven-sh/bun#23077
1 parent 4c72030 commit 2e59890

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci-bun.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
pull_request:
66
push:
77
branches:
8-
- '**'
8+
- "**"
99
tags:
10-
- '!**'
10+
- "!**"
1111

1212
jobs:
1313
test:
@@ -22,6 +22,8 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- uses: oven-sh/setup-bun@v2
25+
with:
26+
bun-version: 1.2.22+6bafe2602
2527
- name: Install dependencies
2628
run: bun install --ignore-scripts
2729
- name: Run formatter, linter, import sorter

0 commit comments

Comments
 (0)