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

CI: update node

parent 9f17de62
Branches
No related tags found
No related merge requests found
Pipeline #240903 failed
......@@ -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_14.x | bash - \
RUN curl -sL https://deb.nodesource.com/setup_16.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