Skip to content

Commit f3edb1c

Browse files
committed
Update node to latest lts (12.16.3) and update deps
1 parent 86dc38e commit f3edb1c

File tree

3 files changed

+1109
-839
lines changed

3 files changed

+1109
-839
lines changed

ci/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN yum update -y && yum install -y \
1313
libx11-devel
1414

1515
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 --
1717
ENV PATH "$PATH:/usr/share/node/bin"
1818
RUN npm install -g [email protected]
1919

ci/vscode.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ index e73dd4d9e8..e3192b3a0d 100644
1111
build/node_modules
1212
coverage/
1313
diff --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"
2424
diff --git a/build/npm/postinstall.js b/build/npm/postinstall.js
2525
index 7a2320d828..5768890636 100644

0 commit comments

Comments
 (0)