Browse Source

Update config.yml

main
Alexandre SOARES 5 years ago
parent
commit
0667f75a2b
  1. 1
      .circleci/config.yml

1
.circleci/config.yml

@ -20,7 +20,6 @@ version: 2.1
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
paths: paths:
- node_modules #ça marche jusqu'ici pour l'instant - node_modules #ça marche jusqu'ici pour l'instant
jobsbis:
test: test:
docker: docker:
- image: cimg/node:14.15.0 # the primary container, where your job's commands are run - image: cimg/node:14.15.0 # the primary container, where your job's commands are run

Loading…
Cancel
Save