Browse Source

💚 Fixed CI Build

Had to set up a different node version because yarn jest command was not found
main
Alexandre SOARES 4 years ago
parent
commit
583bfcfffb
  1. 6
      .circleci/config.yml

6
.circleci/config.yml

@ -5,7 +5,7 @@ jobs:
- auth: - auth:
password: $DOCKERHUB_PASSWORD password: $DOCKERHUB_PASSWORD
username: xaela37 username: xaela37
image: "cimg/node:14.15.0"
image: circleci/node:lts-fermium
working_directory: ~/repo working_directory: ~/repo
steps: steps:
- checkout - checkout
@ -24,7 +24,7 @@ jobs:
- auth: - auth:
password: $DOCKERHUB_PASSWORD password: $DOCKERHUB_PASSWORD
username: xaela37 username: xaela37
image: "cimg/node:14.15.0"
image: circleci/node:lts-fermium
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
@ -37,7 +37,7 @@ jobs:
- auth: - auth:
password: $DOCKERHUB_PASSWORD password: $DOCKERHUB_PASSWORD
username: xaela37 username: xaela37
image: "cimg/node:14.15.0"
image: circleci/node:lts-fermium
- auth: - auth:
password: $DOCKERHUB_PASSWORD password: $DOCKERHUB_PASSWORD
username: xaela37 username: xaela37

Loading…
Cancel
Save