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): update @denops/test to v3.1.0 for @denops/core v8 compatibility
The CI failures were caused by @denops/test v3.0.4 being hardcoded to use
@denops/core v7, while the project uses v8. This version mismatch caused
fs.close() errors in the Linux CI environment.
Updating to @denops/test v3.1.0 which supports @denops/core v8.
0 commit comments