mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-14 20:58:19 +10:00
fix(reh): use compatible node-pty [skip ci]
This commit is contained in:
@@ -14,12 +14,3 @@ index 40ca42e..3276167 100644
|
||||
const ansiColors = require("ansi-colors");
|
||||
+const fetch = require("node-fetch");
|
||||
// Based on https://source.chromium.org/chromium/chromium/src/+/main:build/linux/sysroot_scripts/install-sysroot.py.
|
||||
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