diff --git a/.drone.yml b/.drone.yml index ac35250..2367bf6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,13 +1,13 @@ pipeline: install: - image: node:8.11.4 + image: node:10.15.1 commands: - apt-get update - apt-get install -y bluetooth bluez libbluetooth-dev libudev-dev - npm install build: - image: node:8.11.4 + image: node:10.15.1 commands: - npm run all