Skip to content
Snippets Groups Projects
Commit 95e8b708 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

CI: use nodejs 14

parent 14e40af8
No related branches found
No related tags found
No related merge requests found
Pipeline #30199 passed
...@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
curl \ curl \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - \ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment