feat: preparing for 1.86 (#1802)

This commit is contained in:
Baptiste Augrain
2024-02-07 00:51:19 +01:00
committed by GitHub
parent 799b71046d
commit d490b06bdb
31 changed files with 1111 additions and 330 deletions

View File

@@ -0,0 +1,17 @@
diff --git a/build/lib/fetch.js b/build/lib/fetch.js
index ba23e78..9b8a5a1 100644
--- a/build/lib/fetch.js
+++ b/build/lib/fetch.js
@@ -13,2 +13,3 @@ const crypto = require("crypto");
const through2 = require("through2");
+const fetch = require("node-fetch");
function fetchUrls(urls, options) {
diff --git a/remote/.yarnrc b/remote/.yarnrc
index adbe2d2..dfc3bd7 100644
--- a/remote/.yarnrc
+++ b/remote/.yarnrc
@@ -1,3 +1,3 @@
disturl "https://nodejs.org/dist"
-target "18.17.1"
+target "16.20.2"
ms_build_id "252256"