Browse Source

Update config.yml

main
Tarskan 5 years ago
parent
commit
5221037377
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -23,8 +23,8 @@ jobs:
- run: yarn install - run: yarn install
- save_cache: - save_cache:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
path:
- ~/yarn
paths:
- node_modules
job2: job2:
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