Skip to content

Commit

Permalink
Change node version CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lnbc1QWFyb24 committed Jul 9, 2021
1 parent 59672cb commit 4056368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4056368

Please sign in to comment.