From ccc9076a8073c4ecadc5b268450ea79b543920d2 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Fri, 1 Feb 2019 15:32:06 +0100 Subject: [PATCH] Use npx to force npm version Change-type: patch --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 62a8bc75..05dd5569 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,8 @@ "webpack": "webpack", "watch": "webpack --watch", "concourse-build-electron": "make webpack", - "concourse-test": "npm test", - "concourse-test-electron": "npm test", + "concourse-test": "npx npm@6.7.0 test", + "concourse-test-electron": "npx npm@6.7.0 test", "concourse-test-node-cli": "make webpack lint-js lint-cpp lint-spell test-cli" }, "author": "Balena Inc. ",