From 7ebc37a36987e479b64f7644cf303dc705a75e5c Mon Sep 17 00:00:00 2001 From: Nathan Kellenicki Date: Thu, 25 Apr 2024 16:54:24 -0700 Subject: [PATCH] Updated drone --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ff07d03..07689b4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ pipeline: install: - image: node:10.15.1 + image: node:20.12.2 commands: - apt-get update - apt-get install -y bluetooth bluez libbluetooth-dev libudev-dev @@ -9,7 +9,7 @@ pipeline: - npm install build: - image: node:10.15.1 + image: node:20.12.2 commands: - npm run all