fix(reh): use compatible node-pty [skip ci]

This commit is contained in:
Baptiste Augrain
2024-02-08 15:53:32 +01:00
parent 1588f9cabf
commit 96f53366b7
3 changed files with 51 additions and 14 deletions

View File

@@ -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"