Skip to content

Commit b70b178

Browse files
committed
fix: ci install bun for build
1 parent 3896d5c commit b70b178

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/justdeploy-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v2
2020

21-
- name: Install pnpm
22-
uses: pnpm/action-setup@v3
23-
with:
24-
version: 8
21+
- name: Install bun
22+
uses: oven-sh/setup-bun@v1
2523

2624
- name: Build application
2725
run: |

0 commit comments

Comments
 (0)