0
0
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:
Yusuke Wada 2023-06-27 18:14:06 +09:00 committed by GitHub
parent ee5929b045
commit 5965102619
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: