Skip to content

Commit 6d79dad

Browse files
klocusCopilot
andcommitted
ci: install Bun on runner before npm ci
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 89909e7 commit 6d79dad

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Checkout repository
2727
uses: actions/checkout@v4
2828

29+
- name: Setup Bun
30+
uses: oven-sh/setup-bun@v2
31+
2932
- name: Setup Node.js and enable npm cache
3033
uses: actions/setup-node@v4
3134
with:

0 commit comments

Comments
 (0)