diff --git a/.drone.yml b/.drone.yml index 4b05258..bf3b872 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,5 @@ build: - image: node:4.2 + image: node:4.9 commands: - make install - make test