Skip to content

Commit ef79bd7

Browse files
committed
add oven-sh/setup-bun@v1 to workflow
1 parent 55d19e0 commit ef79bd7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19+
- uses: oven-sh/setup-bun@v1
20+
with:
21+
bun-version: latest
1922

2023
- name: Install dependencies and lint project
2124
run: |

0 commit comments

Comments
 (0)