Explorar el Código

测试ci文件

zhupei@smartai.com hace 1 año
padre
commit
7b2eec1dec
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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