refactor: Bump to NodeJS v16.x

This commit is contained in:
Peter Johanson 2022-04-15 23:37:39 -04:00 committed by Pete Johanson
parent e21ed8231a
commit 6c08730b47

View File

@ -45,7 +45,7 @@ RUN \
apt-get -y update \
&& apt-get -y install --no-install-recommends \
curl \
&& curl -sL https://deb.nodesource.com/setup_14.x | bash - \
&& curl -sL https://deb.nodesource.com/setup_16.x | bash - \
&& apt-get -y update \
&& apt-get -y install --no-install-recommends \
clang-format \