@@ -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