Skip to content

Commit e894020

Browse files
authored
Merge pull request #463 from zenstackhq/dev
merge dev to main (add bun setup to CI)
2 parents 4b598bb + d3bfc9d commit e894020

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
cache: 'pnpm'
3333
registry-url: 'https://registry.npmjs.org'
3434

35+
- name: Use Bun
36+
uses: oven-sh/setup-bun@v2
37+
with:
38+
bun-version: latest
39+
3540
- name: Install dependencies
3641
run: pnpm install --frozen-lockfile
3742

0 commit comments

Comments
 (0)