Skip to content

Commit 63598ea

Browse files
committed
chore: use node 12
1 parent 295fb2f commit 63598ea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ deploy_steps: &deploy_steps
3232
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-deployvar
3333
source buildenvvar
3434
./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${LOGICAL_ENV}-global-appvar,${LOGICAL_ENV}-${APPNAME}-appvar -i ${APPNAME}
35-
35+
3636
echo "======= Running Masterscript - deploy projects-api-consumers ==========="
3737
if [ -e ${LOGICAL_ENV}-${APPNAME}-appvar.json ]; then sudo rm -vf ${LOGICAL_ENV}-${APPNAME}-appvar.json; fi
3838
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-consumers-deployvar
@@ -42,7 +42,7 @@ deploy_steps: &deploy_steps
4242
jobs:
4343
test:
4444
docker:
45-
- image: circleci/node:8.9.4
45+
- image: circleci/node:12.16.1
4646
- image: circleci/postgres:9.6.2-alpine
4747
environment:
4848
- POSTGRES_USER: circle_test

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v8.9.4
1+
12.16.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Projects microservice",
55
"main": "index.js",
66
"engines": {
7-
"node": ">=6.9"
7+
"node": ">=12"
88
},
99
"scripts": {
1010
"lint": "./node_modules/.bin/eslint .",

0 commit comments

Comments
 (0)