From 236dce37daa7c80e217611785e385a4408d5f68b Mon Sep 17 00:00:00 2001 From: Paulo Castro Date: Fri, 21 Jun 2019 16:04:27 +0100 Subject: [PATCH] Pin the major Node version used by standalone zip packages to Node 10 Change-type: patch Signed-off-by: Paulo Castro --- automation/build-bin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/build-bin.ts b/automation/build-bin.ts index 43348c69..fef58004 100644 --- a/automation/build-bin.ts +++ b/automation/build-bin.ts @@ -39,7 +39,7 @@ export async function buildPkg() { await execPkg([ '--target', - 'host', + 'node10', '--output', 'build-bin/balena', 'package.json',