소스 검색

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