Browse Source

End to end test

main
Alexandre SOARES 4 years ago
parent
commit
48fb88bc09
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -50,7 +50,7 @@ jobs:
- auth:
password: $DOCKERHUB_PASSWORD
username: xaela37
image: "cimg/node:14.15.0"
image: "cimg/node:lts-fermium"
steps:
- checkout
- restore_cache:

Loading…
Cancel
Save