Skip to content

Commit ef129cb

Browse files
committed
fix: add bun to CI for documentation build
1 parent 57bcfb3 commit ef129cb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v3
14-
- run : npm i --ignore-scripts
15-
- run : npm run prepare
14+
- uses: oven-sh/setup-bun@v1
15+
with:
16+
bun-version: latest
17+
- run : bun i --ignore-scripts
18+
- run : bun run prepare
1619
- name: Update version from tag
1720
run: |
1821
TAG_VERSION=${GITHUB_REF#refs/tags/}

0 commit comments

Comments
 (0)