Browse Source

configurer installation

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

2
.circleci/config.yml

@ -5,7 +5,7 @@ jobs:
- image: cimg/node:14.10.1 # the primary container, where your job's commands are run
steps:
- restore_cache:
keys:
key:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
- save_cache:
paths:

Loading…
Cancel
Save