mirror of
https://github.com/honojs/hono.git
synced 2024-11-25 05:07:03 +01:00
ci(bun): fix Bun version (#1205)
This commit is contained in:
parent
ee5929b045
commit
5965102619
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -35,6 +35,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
with:
|
||||
bun-version: '0.6.9'
|
||||
- run: bun run test:bun
|
||||
|
||||
fastly:
|
||||
|
Loading…
Reference in New Issue
Block a user