Skip to content

Commit 6c501b8

Browse files
authored
chore(ci): Pin Bun version to 1.3.14 in CI (#20890)
Pinning our tests and bun CI installation to use the latest Zig release since the action installed latest by default.
1 parent 17c92c0 commit 6c501b8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,8 @@ jobs:
502502
node-version-file: 'package.json'
503503
- name: Set up Bun
504504
uses: oven-sh/setup-bun@v2
505+
with:
506+
bun-version: '1.3.14'
505507
- name: Restore caches
506508
uses: ./.github/actions/restore-cache
507509
with:
@@ -884,6 +886,8 @@ jobs:
884886
node-version-file: 'package.json'
885887
- name: Set up Bun
886888
uses: oven-sh/setup-bun@v2
889+
with:
890+
bun-version: '1.3.14'
887891
- name: Restore caches
888892
uses: ./.github/actions/restore-cache
889893
with:
@@ -1011,6 +1015,8 @@ jobs:
10111015
contains(fromJSON('["node-exports-test-app","nextjs-16-bun", "elysia-bun", "hono-4"]'),
10121016
matrix.test-application)
10131017
uses: oven-sh/setup-bun@v2
1018+
with:
1019+
bun-version: '1.3.14'
10141020
- name: Set up AWS SAM
10151021
if: matrix.test-application == 'aws-serverless' || matrix.test-application == 'aws-serverless-layer'
10161022
uses: aws-actions/setup-sam@v2

0 commit comments

Comments
 (0)