zhupei@smartai.com 1 rok pred
rodič
commit
7b2eec1dec
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      .gitlab-ci.yml

+ 2 - 0
.gitlab-ci.yml

@@ -11,6 +11,8 @@ cache:
 build_job:
   stage: build
   script:
+    - node -v
+    - npm -v
     - npm config set registry https://registry.npmmirror.com
     - npm install --legacy-peer-deps
     - npm run build