From ffbb62a280108e011c69fbbfa00573b239ff7efa Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 22 Jan 2018 12:18:06 -0400 Subject: [PATCH] chore: add node-cli.node Resin CI option (#1978) This represents the Node.js version that will be used to compile the Etcher CLI. Change-Type: patch Signed-off-by: Juan Cruz Viotti --- .resinci.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.resinci.json b/.resinci.json index 35a41931..5bd22327 100644 --- a/.resinci.json +++ b/.resinci.json @@ -1,4 +1,13 @@ { + "node-cli": { + "node": "6.1.0", + "dependencies": { + "linux": [ + "libudev-dev", + "libusb-1.0-0-dev" + ] + } + }, "electron": { "dependencies": { "linux": [