-
-
Notifications
You must be signed in to change notification settings - Fork 665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: use Deno v2
#3506
ci: use Deno v2
#3506
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3506 +/- ##
=======================================
Coverage 95.58% 95.58%
=======================================
Files 155 155
Lines 9357 9357
Branches 2769 2781 +12
=======================================
Hits 8944 8944
Misses 413 413 ☔ View full report in Codecov by Sentry. |
I don't know why the CI is failing at this point: https://github.com/honojs/hono/actions/runs/11288419552/job/31396151584?pr=3506#step:4:94 I know it's okay to add the |
I have some idea to resolve it. First, create {
"nodeModulesDir": "auto"
} and you may resolve this error. Or, using |
@nakasyou Thank you!
I've chosen this method. It works well! You are great! |
* ci: use Deno `v2` * add `deno install` command * use `bunx jsr publish --dry-run * add `oven-sh/setup-bun@v1`
The author should do the following, if applicable
bun run format:fix && bun run lint:fix
to format the code