Archived
1
0

Ship with node 12 (#1998)

See #1894
See #1892
See #1810
This commit is contained in:
Anmol Sethi
2020-08-26 11:54:50 -04:00
committed by GitHub
parent ce2eaf2f10
commit a730bec6f4
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.