update to node 16

This commit is contained in:
Blake Blackshear
2022-03-11 05:52:41 -06:00
parent 7cabf8e5f5
commit 1d8f1b24a9
3 changed files with 6 additions and 6 deletions

View File

@@ -19,8 +19,8 @@ RUN apt-get update \
RUN pip3 install pylint black
# Install Node 14
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
# Install Node 16
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - \
&& apt-get install -y nodejs
RUN npm install -g npm@latest