From b9279d97baa2407993f81f0fcea2344907743401 Mon Sep 17 00:00:00 2001 From: Alex ORLUC <alex.orluc@maarch.org> Date: Wed, 17 Jun 2020 12:41:17 +0200 Subject: [PATCH] show node version --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1274dbb6bde..6d989635380 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,6 +54,7 @@ job_e2e: - curl -sL https://deb.nodesource.com/setup_13.x | bash - > /dev/null - apt-get install -yqq nodejs > /dev/null - npm install npm@latest -g + - node -v - npm set registry https://registry.npmjs.org/ - npm install > /dev/null - npm run build-prod -- GitLab