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

CI: switch to nodejs 14

parent a852ea81
No related branches found
No related tags found
No related merge requests found
Pipeline #30201 passed
......@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
curl \
&& 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/*
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.
Please register or to comment