mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-20 02:34:31 +10:00
feat: preparing for 1.86 (#1802)
This commit is contained in:
17
patches/linux/use-node16.patch
Normal file
17
patches/linux/use-node16.patch
Normal 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"
|
||||
Reference in New Issue
Block a user