Skip to content

Commit 14ab97a

Browse files
committed
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.
1 parent 7d4c0ff commit 14ab97a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deno.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"imports": {
4848
"@core/asyncutil": "jsr:@core/asyncutil@^1.2.0",
4949
"@core/unknownutil": "jsr:@core/unknownutil@^4.3.0",
50-
"@denops/core": "jsr:@denops/core@^7.0.0",
51-
"@denops/test": "jsr:@denops/test@^3.0.4",
50+
"@denops/core": "jsr:@denops/core@^8.0.0",
51+
"@denops/test": "jsr:@denops/test@^3.1.0",
5252
"@lambdalisue/errorutil": "jsr:@lambdalisue/errorutil@^1.1.1",
5353
"@lambdalisue/itertools": "jsr:@lambdalisue/itertools@^1.1.2",
5454
"@lambdalisue/unreachable": "jsr:@lambdalisue/unreachable@^1.0.1",

0 commit comments

Comments
 (0)