Pin the major Node version used by standalone zip packages to Node 10

Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
This commit is contained in:
Paulo Castro 2019-06-21 16:04:27 +01:00
parent a2ee48f2fb
commit 236dce37da

View File

@ -39,7 +39,7 @@ export async function buildPkg() {
await execPkg([
'--target',
'host',
'node10',
'--output',
'build-bin/balena',
'package.json',