Skip to content

Commit 7b10c59

Browse files
authored
fix: install bun prior to publish (#33)
1 parent 635101f commit 7b10c59

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,9 @@ jobs:
129129
with:
130130
fetch-depth: 0 # Required for git describe to find tags
131131

132+
- uses: oven-sh/setup-bun@v1
133+
with:
134+
bun-version: latest
135+
132136
- name: Publish to NPM
133137
uses: ./.github/actions/npm-publish

bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"devDependencies": {
6363
"@biomejs/biome": "^1.9.4",
6464
"@types/bun": "^1.3.2",
65-
"prettier": "^3.3.3",
65+
"prettier": "^3.6.2",
6666
"typescript": "^5.9.3",
6767
"vite": "^4.5.0",
6868
"vite-plugin-dts": "^4.5.4"

0 commit comments

Comments
 (0)