You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): replace Deno 2.3.0 with 2.1.4 to avoid fs.close() bug
Deno 2.3.0 has a known bug where fs.close() requires a callback even
though it should be optional according to Node.js documentation. This
causes test failures with "TypeError: callback is not a function" errors.
Using Deno 2.1.4 as the minimum tested version instead, while keeping
2.x for testing with the latest version.
See: denoland/deno#30718
0 commit comments