Skip to content

Commit 9f88cbd

Browse files
committed
Revert "fix(ci): replace Deno 2.3.0 with 2.1.4 to avoid fs.close() bug"
This reverts commit 59d7df9.
1 parent 59d7df9 commit 9f88cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- macos-latest
7070
- ubuntu-latest
7171
deno_version:
72-
- "2.1.4" # Use 2.1.4 instead of 2.3.0 which has fs.close() bug
72+
- "2.3.0"
7373
- "2.x"
7474
host_version:
7575
- vim: "v9.1.1646"

0 commit comments

Comments
 (0)