Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Upgrade node to version 14
Browse files Browse the repository at this point in the history
Version 10 is EOL in a few months a numerous dependencies now want
12 or 14
  • Loading branch information
jonahgraham committed Jan 29, 2022
1 parent 5edf4f0 commit 3c1682a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/cdt-infra-eclipse-full/ubuntu-18.04/Dockerfile
Expand Up @@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN pip3 install meson

#Node
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash \
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash \
&& apt-get install -y nodejs \
&& rm -rf /var/lib/apt/lists/* \
&& npm install -g yarn
Expand Down

0 comments on commit 3c1682a

Please sign in to comment.