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 3435e2e commit 811c389Copy full SHA for 811c389
.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.3
+ bun-version: 1.3.4
208
- name: Trim CI agent
209
if: matrix.os == 'ubuntu-24.04' || matrix.os == 'ubuntu-24.04-arm'
210
run: |
package.json
@@ -825,7 +825,7 @@
825
},
826
{
827
"name": "bun",
828
- "version": "1.3.3",
+ "version": "1.3.4",
829
"onFail": "ignore"
830
831
0 commit comments