From f6473e2044d3a244282035db6489c73bdb549a97 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 15 Apr 2020 14:14:18 -0700 Subject: [PATCH] [New] `core`: `fs/promises` is a core module again in node 14+ --- lib/core.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core.json b/lib/core.json index d5c85d28..d51b70b1 100644 --- a/lib/core.json +++ b/lib/core.json @@ -16,7 +16,7 @@ "events": true, "freelist": "< 6", "fs": true, - "fs/promises": ">= 10 && < 10.1", + "fs/promises": [">= 10 && < 10.1", ">= 14"], "_http_agent": ">= 0.11.1", "_http_client": ">= 0.11.1", "_http_common": ">= 0.11.1",