File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v6
1414 - uses : oven-sh/setup-bun@v2
1515 with :
16- bun-version : " 1.3.11 "
16+ bun-version : " 1.3.12 "
1717 - run : bun install --frozen-lockfile
1818 - run : bunx turbo run check
1919
2323 - uses : actions/checkout@v6
2424 - uses : oven-sh/setup-bun@v2
2525 with :
26- bun-version : " 1.3.11 "
26+ bun-version : " 1.3.12 "
2727 - run : bun install --frozen-lockfile
2828 - run : bunx turbo run typecheck
2929
3333 - uses : actions/checkout@v6
3434 - uses : oven-sh/setup-bun@v2
3535 with :
36- bun-version : " 1.3.11 "
36+ bun-version : " 1.3.12 "
3737 - run : bun install --frozen-lockfile
3838 - run : bunx turbo run test -- --coverage
3939
4343 - uses : actions/checkout@v6
4444 - uses : oven-sh/setup-bun@v2
4545 with :
46- bun-version : " 1.3.11 "
46+ bun-version : " 1.3.12 "
4747 - run : bun install --frozen-lockfile
4848 - run : bun run knip
4949
5353 - uses : actions/checkout@v6
5454 - uses : oven-sh/setup-bun@v2
5555 with :
56- bun-version : " 1.3.11 "
56+ bun-version : " 1.3.12 "
5757 - run : bun install --frozen-lockfile
5858 - run : bunx turbo run build
Original file line number Diff line number Diff line change 4141 - name : Setup Bun
4242 uses : oven-sh/setup-bun@v2
4343 with :
44- bun-version : " 1.3.11 "
44+ bun-version : " 1.3.12 "
4545
4646 - name : Install dependencies
4747 run : bun install --frozen-lockfile
@@ -112,7 +112,7 @@ jobs:
112112 - name : Setup Bun
113113 uses : oven-sh/setup-bun@v2
114114 with :
115- bun-version : " 1.3.11 "
115+ bun-version : " 1.3.12 "
116116
117117 - name : Install dependencies
118118 run : bun install --frozen-lockfile
Original file line number Diff line number Diff line change 11[tools ]
2- bun = " 1.3.11 "
2+ bun = " 1.3.12 "
33node = " 25.9.0"
You can’t perform that action at this time.
0 commit comments