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 \
13
13
libx11-devel
14
14
15
15
RUN 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 --
17
17
ENV PATH "$PATH:/usr/share/node/bin"
18
18
RUN npm install -g
[email protected]
19
19
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ index e73dd4d9e8..e3192b3a0d 100644
11
11
build/node_modules
12
12
coverage/
13
13
diff --git a/.yarnrc b/.yarnrc
14
- index 7808166004..c877697068 100644
14
+ index 7808166004..a7300dbfb9 100644
15
15
--- a/.yarnrc
16
16
+++ b/.yarnrc
17
17
@@ -1,3 +1,3 @@
18
18
- disturl "https://atom.io/download/electron"
19
19
- target "7.1.11"
20
20
- runtime "electron"
21
21
+ disturl "http://nodejs.org/dist"
22
- + target "12.14.0 "
22
+ + target "12.16.3 "
23
23
+ runtime "node"
24
24
diff --git a/build/npm/postinstall.js b/build/npm/postinstall.js
25
25
index 7a2320d828..5768890636 100644
You can’t perform that action at this time.
0 commit comments