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