|
114 | 114 | "node:string_decoder": [">= 14.18 && < 15", ">= 16"],
|
115 | 115 | "sys": [">= 0.4 && < 0.7", ">= 0.8"],
|
116 | 116 | "node:sys": [">= 14.18 && < 15", ">= 16"],
|
117 |
| - "test/reporters": [">= 19.9", ">= 20"], |
118 |
| - "node:test/reporters": [">= 19.9", ">= 20"], |
| 117 | + "test/reporters": ">= 19.9 && < 20.2", |
| 118 | + "node:test/reporters": [">= 18.17 && < 19", ">= 19.9", ">= 20"], |
119 | 119 | "node:test": [">= 16.17 && < 17", ">= 18"],
|
120 | 120 | "timers": true,
|
121 | 121 | "node:timers": [">= 14.18 && < 15", ">= 16"],
|
|
149 | 149 | "node:v8": [">= 14.18 && < 15", ">= 16"],
|
150 | 150 | "vm": true,
|
151 | 151 | "node:vm": [">= 14.18 && < 15", ">= 16"],
|
152 |
| - "wasi": [">= 13.4 && < 13.5", ">= 20"], |
153 |
| - "node:wasi": ">= 20", |
| 152 | + "wasi": [">= 13.4 && < 13.5", ">= 18.17 && < 19", ">= 20"], |
| 153 | + "node:wasi": [">= 18.17 && < 19", ">= 20"], |
154 | 154 | "worker_threads": ">= 11.7",
|
155 | 155 | "node:worker_threads": [">= 14.18 && < 15", ">= 16"],
|
156 | 156 | "zlib": ">= 0.5",
|
|
0 commit comments