From 713aff6d5729bc95eeec492db7d7d2f798cc3d62 Mon Sep 17 00:00:00 2001 From: David O'Regan <davidoregan@Davids-MacBook-Pro.local> Date: Wed, 23 Nov 2022 16:20:53 +1100 Subject: [PATCH] Bump GitLab CI YML Node version --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad8f363..07cea71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab