Browse Source

Update config.yml

main
Alexandre SOARES 5 years ago
parent
commit
fcbc616faa
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -3,8 +3,8 @@ workflows:
jobs: jobs:
- build - build
- test - test
version: 2.1
jobs:
version: 2.1
jobs:
build: build:
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