Update npm to v6.14.8

Change-type: patch
This commit is contained in:
Giovanni Garufi 2020-05-29 14:51:23 +01:00 committed by Alexis Svinartchouk
parent de0010eb72
commit 3987078c11
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# ---------------------------------------------------------------------
RESIN_SCRIPTS ?= ./scripts/resin
export NPM_VERSION ?= 6.14.5
export NPM_VERSION ?= 6.14.8
S3_BUCKET = artifacts.ci.balena-cloud.com
# This directory will be completely deleted by the `clean` rule

View File

@ -27,8 +27,8 @@
"webpack": "webpack",
"watch": "webpack --watch",
"concourse-build-electron": "npm run webpack",
"concourse-test": "npx npm@6.14.5 test",
"concourse-test-electron": "npx npm@6.14.5 test"
"concourse-test": "npx npm@6.14.8 test",
"concourse-test-electron": "npx npm@6.14.8 test"
},
"husky": {
"hooks": {