Update node to latest lts (12.16.3) and update deps

This commit is contained in:
Asher
2020-04-29 11:43:13 -05:00
parent 86dc38e69f
commit f3edb1cc5f
3 changed files with 1111 additions and 841 deletions

View File

@@ -11,7 +11,7 @@ index e73dd4d9e8..e3192b3a0d 100644
build/node_modules
coverage/
diff --git a/.yarnrc b/.yarnrc
index 7808166004..c877697068 100644
index 7808166004..a7300dbfb9 100644
--- a/.yarnrc
+++ b/.yarnrc
@@ -1,3 +1,3 @@
@@ -19,7 +19,7 @@ index 7808166004..c877697068 100644
-target "7.1.11"
-runtime "electron"
+disturl "http://nodejs.org/dist"
+target "12.14.0"
+target "12.16.3"
+runtime "node"
diff --git a/build/npm/postinstall.js b/build/npm/postinstall.js
index 7a2320d828..5768890636 100644