File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 - name : Setup Bun
123123 uses : oven-sh/setup-bun@v2
124124 with :
125- bun-version : latest
125+ bun-version : 1.4.0
126126
127127 - name : Setup Node.js
128128 uses : actions/setup-node@v4
@@ -289,7 +289,7 @@ jobs:
289289 - name : Setup Bun
290290 uses : oven-sh/setup-bun@v2
291291 with :
292- bun-version : latest
292+ bun-version : 1.4.0
293293
294294 - name : Setup Node.js
295295 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020 - name : Setup bun
2121 uses : oven-sh/setup-bun@v2
2222 with :
23- bun-version : latest
23+ bun-version : 1.4.0
2424
2525 - name : Setup node
2626 uses : actions/setup-node@v4
2727 with :
28- node-version : 20
28+ node-version : 24
2929
3030 - name : Install
3131 uses : dtolnay/rust-toolchain@stable
You can’t perform that action at this time.
0 commit comments