diff --git a/.drone.yml b/.drone.yml index b262c10..d739639 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,6 +21,8 @@ steps: image: node commands: - cd /drone/src/xiezheng/ + - node -v + - npm config set registry https://registry.npmmirror.com - npm install - npm run dev