Skip to content

Commit

Permalink
chore(build): fixes. Moved CI to node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Jun 15, 2021
1 parent 18df222 commit 52621c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -25,7 +25,7 @@ commands:
jobs:
build_general:
docker:
- image: circleci/node:10-stretch
- image: circleci/node:12-stretch
- image: circleci/mongo:3.6
working_directory: ~/trudesk
steps:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
docker push polonel/trudesk:next
build_develop:
docker:
- image: circleci/node:10-stretch
- image: circleci/node:12-stretch
- image: circleci/mongo:3.6
working_directory: ~/trudesk
steps:
Expand All @@ -70,7 +70,7 @@ jobs:
command: yarn run codacy
build_production:
docker:
- image: circleci/node:10-stretch
- image: circleci/node:12-stretch
- image: circleci/mongo:3.6
working_directory: ~/trudesk
steps:
Expand Down

0 comments on commit 52621c6

Please sign in to comment.