fix(actions)
This commit is contained in:
parent
6e871f9560
commit
b3ba0603e3
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ jobs:
|
||||||
- name: Checkout main branch
|
- name: Checkout main branch
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Setup bun.sh
|
||||||
|
uses: oven-sh/setup-bun@v2
|
||||||
|
with:
|
||||||
|
bun-version: latest
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install
|
run: bun install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue