From 40563689a41ab89578e47790d5dc5d90030d604b Mon Sep 17 00:00:00 2001 From: Aaron Date: Fri, 9 Jul 2021 14:56:36 +1000 Subject: [PATCH] Change node version CI --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3566cce6..f6a04f64 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: deploy_stage: docker: - - image: cimg/node:16.4.1 + - image: cimg/node:14.17.3 steps: - checkout - run: rm yarn.lock && yarn install --network-concurrency 1 @@ -12,7 +12,7 @@ jobs: - run: ssh -oStrictHostKeyChecking=no -v $EC2_PROD_USER@$EC2_PROD_IP "sh /home/ubuntu/move.sh reactdemo-staging" deploy_prod: docker: - - image: cimg/node:16.4.1 + - image: cimg/node:14.17.3 steps: - checkout - run: yarn cache clean && yarn install --network-concurrency 1