diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 295804bf49aaebf16570da0ee0c8ed36f03f0fd0..5a3040eee25208eaa442838867a2d888a48763e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ build: script: - apt update - apt install -y curl gnupg - - curl -sL https://deb.nodesource.com/setup_8.x | bash - + - curl -sL https://deb.nodesource.com/setup_12.x | bash - - apt update - apt install -y nodejs - rm ./package-lock.json