From d71cda7cbc1605aecc170a6177061fdc79156818 Mon Sep 17 00:00:00 2001 From: Nathan Kellenicki Date: Wed, 13 Feb 2019 13:57:17 -0800 Subject: [PATCH] Testing latest Node --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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