From 6b94c063e39cd5ede406515bd32317cb19553faa Mon Sep 17 00:00:00 2001 From: Jun Date: Wed, 11 May 2022 15:36:02 +1000 Subject: [PATCH] DCD-1525: node v12 upgrade --- bitbucket-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 157ca6b..52cf1aa 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -364,6 +364,10 @@ pipelines: script: - ./bin/install-ansible --dev - apt-get update && apt-get install -y npm + - npm install npm@latest -g + - npm cache clean -f + - npm install -g n + - n stable - npm install -g snyk - snyk auth $SNYK_TOKEN - pipenv run snyk monitor --severity-threshold=high --project-name=dc-deployments-automation