DCD-1525: update node version

This commit is contained in:
Jun
2022-05-11 16:22:39 +10:00
parent 1fbeffb036
commit 4c9dff881b

View File

@@ -4,7 +4,7 @@
# #
# make > ../bitbucket-pipelines.yml # make > ../bitbucket-pipelines.yml
image: debian:bullseye image: debian:buster
options: options:
size: 2x size: 2x
@@ -363,7 +363,7 @@ pipelines:
- docker - docker
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 nodejs=14.17.3
- 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