Parcourir la source

测试ci文件

zhupei@smartai.com il y a 1 an
Parent
commit
7b2eec1dec
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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