Browse Source

.

pull/1/merge
MTLantoine 6 years ago
parent
commit
60866f08b9
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -1,7 +1,6 @@
version: 2.1 version: 2.1
jobs: jobs:
build:
cache: &shared-config
build: &shared-config
docker: docker:
- image: cimg/node:14.10.1 # the primary container, where your job's commands are run - image: cimg/node:14.10.1 # the primary container, where your job's commands are run
auth: auth:

Loading…
Cancel
Save