diff --git a/.drone.yml b/.drone.yml index 53d9c1d..ddf6012 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,9 +23,10 @@ pipeline: event: [ push, tag, pull_request ] build-frontend: - image: webhippie/nodejs:latest + image: node:6.12.0 pull: true commands: + - cd assets/ - npm install - npm build when: