use-node16.patch 525 B

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