Browse Source

Configurer installation

main
KheliaNibaruta 6 years ago
committed by GitHub
parent
commit
54f0c5914d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .circleci/config.yml

1
.circleci/config.yml

@ -4,7 +4,6 @@ jobs:
docker:
- image: cimg/node:14.10.1 # the primary container, where your job's commands are run
steps:
- checkout # check out the code in the project directory
- restore_cache:
keys:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}

Loading…
Cancel
Save