DCD-1525: node v12 upgrade

This commit is contained in:
Jun
2022-05-11 15:36:02 +10:00
parent 9d2c7e4138
commit 6b94c063e3

View File

@@ -364,6 +364,10 @@ pipelines:
script: script:
- ./bin/install-ansible --dev - ./bin/install-ansible --dev
- apt-get update && apt-get install -y npm - 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 - npm install -g snyk
- snyk auth $SNYK_TOKEN - snyk auth $SNYK_TOKEN
- pipenv run snyk monitor --severity-threshold=high --project-name=dc-deployments-automation - pipenv run snyk monitor --severity-threshold=high --project-name=dc-deployments-automation