Ship with node 12

Closes #1894
Closes #1892
Closes #1810
This commit is contained in:
Anmol Sethi
2020-07-22 18:35:25 -04:00
parent 638ab7c557
commit 3381d996d5
3 changed files with 8 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ RUN apt-get update
RUN apt-get install -y curl gnupg
# Installs node.
RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - && \
RUN curl -fsSL https://deb.nodesource.com/setup_12.x | bash - && \
apt-get install -y nodejs
# Installs yarn.