From 5eaa9feaf37760844c46946ed4c07ffadd3ab84f Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Mon, 3 May 2021 08:53:34 +1000 Subject: install node 12 --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e22a4f..57bb75b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,9 +7,10 @@ build: stage: build script: - apt-get update && apt-get install -y curl gnupg gdal-bin unzip wget make + - curl -fsSL https://deb.nodesource.com/setup_12.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-get update && apt-get install -y yarn + - apt-get update && apt-get install -y yarn nodejs - yarn install - mkdir -p dist - make downloadVicmap unzip -- cgit v1.2.3