We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9ccae commit b0b59b4Copy full SHA for b0b59b4
.github/workflows/repotests.yml
@@ -204,7 +204,7 @@ jobs:
204
deno-version: 2.5.6
205
- uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2
206
with:
207
- bun-version: 1.3.1
+ bun-version: 1.3.2
208
- name: Trim CI agent
209
if: matrix.os == 'ubuntu-24.04' || matrix.os == 'ubuntu-24.04-arm'
210
run: |
package.json
@@ -445,7 +445,7 @@
445
},
446
{
447
"name": "bun",
448
- "version": "1.3.1",
+ "version": "1.3.2",
449
"onFail": "ignore"
450
451
0 commit comments