1
0
فهرست منبع

debug node version

boyska 7 ماه پیش
والد
کامیت
468b9a3dc1
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      .gitlab-ci.yml

+ 2 - 0
.gitlab-ci.yml

@@ -25,6 +25,8 @@ build-job:       # This job runs in the build stage, which runs first.
   stage: build
   image: tetraweb/php
   script:
+    - node --version
+    - npm version
     - npm install
     - npm run build