File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ deploy_steps: &deploy_steps
32
32
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-deployvar
33
33
source buildenvvar
34
34
./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${LOGICAL_ENV}-global-appvar,${LOGICAL_ENV}-${APPNAME}-appvar -i ${APPNAME}
35
-
35
+
36
36
echo "======= Running Masterscript - deploy projects-api-consumers ==========="
37
37
if [ -e ${LOGICAL_ENV}-${APPNAME}-appvar.json ]; then sudo rm -vf ${LOGICAL_ENV}-${APPNAME}-appvar.json; fi
38
38
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-consumers-deployvar
@@ -42,7 +42,7 @@ deploy_steps: &deploy_steps
42
42
jobs :
43
43
test :
44
44
docker :
45
- - image : circleci/node:8.9.4
45
+ - image : circleci/node:12.16.1
46
46
- image : circleci/postgres:9.6.2-alpine
47
47
environment :
48
48
- POSTGRES_USER : circle_test
Original file line number Diff line number Diff line change 1
- v8.9.4
1
+ 12.16.1
Original file line number Diff line number Diff line change 4
4
"description" : " Projects microservice" ,
5
5
"main" : " index.js" ,
6
6
"engines" : {
7
- "node" : " >=6.9 "
7
+ "node" : " >=12 "
8
8
},
9
9
"scripts" : {
10
10
"lint" : " ./node_modules/.bin/eslint ." ,
You can’t perform that action at this time.
0 commit comments