Skip to content
Snippets Groups Projects
Commit 713aff6d authored by David O'Regan's avatar David O'Regan
Browse files

Bump GitLab CI YML Node version

parent e313e6e4
No related branches found
No related tags found
No related merge requests found
Pipeline #1463 failed
......@@ -7,7 +7,7 @@ cache:
test:
script:
- apt-get update -yqqq
- curl -sL https://deb.nodesource.com/setup_12.x | bash -
- curl -sL https://deb.nodesource.com/setup_18.x | bash -
- 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
- apt update
......@@ -28,7 +28,7 @@ test:
pages:
script:
- apt-get update -yqqq
- curl -sL https://deb.nodesource.com/setup_12.x | bash -
- curl -sL https://deb.nodesource.com/setup_18.x | bash -
- 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
- apt update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment