diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad8f36358ddf89cbfb2fde4f0f35208ee375bbb4..07cea71e1068375f931021d77c6d5e296ac9c122 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