Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ jobs:
id: setup-bun
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
with:
bun-version: latest
# Pinned: bun 1.4.0 has no @oven/bun-darwin-aarch64 on npm, so the
# cross-compile in build:binaries fails. Unpin when that package publishes 1.4.x.
bun-version: 1.3.14

- name: Cache Bun dependencies
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
with:
bun-version: latest
# Pinned: bun 1.4.0 has no @oven/bun-darwin-aarch64 on npm, so the
# cross-compile in build:binaries fails. Unpin when that package publishes 1.4.x.
bun-version: 1.3.14

- name: Install dependencies
run: bun install --frozen-lockfile
Expand Down
Loading