File tree Expand file tree Collapse file tree 3 files changed +1109
-839
lines changed Expand file tree Collapse file tree 3 files changed +1109
-839
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN yum update -y && yum install -y \
1313 libx11-devel
1414
1515RUN mkdir /usr/share/node && cd /usr/share/node \
16- && curl "https://nodejs.org/dist/v12.14.0 /node-v12.14.0 -linux-$(uname -m | sed 's/86_//; s/aarch/arm/').tar.xz" | tar xJ --strip-components=1 --
16+ && curl "https://nodejs.org/dist/v12.16.3 /node-v12.16.3 -linux-$(uname -m | sed 's/86_//; s/aarch/arm/').tar.xz" | tar xJ --strip-components=1 --
1717ENV PATH "$PATH:/usr/share/node/bin"
1818RUN npm install -g yarn@1.22.4
1919
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ index e73dd4d9e8..e3192b3a0d 100644
1111 build/node_modules
1212 coverage/
1313diff --git a/.yarnrc b/.yarnrc
14- index 7808166004..c877697068 100644
14+ index 7808166004..a7300dbfb9 100644
1515--- a/.yarnrc
1616+++ b/.yarnrc
1717@@ -1,3 +1,3 @@
1818- disturl "https://atom.io/download/electron"
1919- target "7.1.11"
2020- runtime "electron"
2121+ disturl "http://nodejs.org/dist"
22- + target "12.14.0 "
22+ + target "12.16.3 "
2323+ runtime "node"
2424diff --git a/build/npm/postinstall.js b/build/npm/postinstall.js
2525index 7a2320d828..5768890636 100644
You can’t perform that action at this time.
0 commit comments