Skip to content

Commit

Permalink
[New] node:test/reporters and wasi/node:wasi are in v18.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 4, 2023
1 parent c75b263 commit d76cbf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"sys": [">= 0.4 && < 0.7", ">= 0.8"],
"node:sys": [">= 14.18 && < 15", ">= 16"],
"test/reporters": ">= 19.9 && < 20.2",
"node:test/reporters": [">= 19.9", ">= 20"],
"node:test/reporters": [">= 18.17 && < 19", ">= 19.9", ">= 20"],
"node:test": [">= 16.17 && < 17", ">= 18"],
"timers": true,
"node:timers": [">= 14.18 && < 15", ">= 16"],
Expand Down Expand Up @@ -149,8 +149,8 @@
"node:v8": [">= 14.18 && < 15", ">= 16"],
"vm": true,
"node:vm": [">= 14.18 && < 15", ">= 16"],
"wasi": [">= 13.4 && < 13.5", ">= 20"],
"node:wasi": ">= 20",
"wasi": [">= 13.4 && < 13.5", ">= 18.17 && < 19", ">= 20"],
"node:wasi": [">= 18.17 && < 19", ">= 20"],
"worker_threads": ">= 11.7",
"node:worker_threads": [">= 14.18 && < 15", ">= 16"],
"zlib": ">= 0.5",
Expand Down

0 comments on commit d76cbf8

Please sign in to comment.