Skip to content

Commit

Permalink
Update node version in IT
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Dec 24, 2021
1 parent 4cd64ee commit 9696173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.it
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && \
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list

RUN curl -sL https://deb.nodesource.com/setup_12.x | bash
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash

RUN apt-get update && \
apt-get install -y nodejs yarn && \
Expand Down

0 comments on commit 9696173

Please sign in to comment.