Updated drone

This commit is contained in:
Nathan Kellenicki 2024-04-25 16:54:24 -07:00
parent 2fc1622c25
commit 7ebc37a369

View File

@ -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