UNPKG

googlephotos

Version:

Library to make working with the Google Photos API easy

26 lines (19 loc) 550 B
version: 2 jobs: build: docker: - image: cimg/node:12.6 working_directory: ~/repo steps: - checkout - restore_cache: keys: - v1-dependencies-{{ checksum "package.json" }}-{{ checksum "yarn.lock" }} - v1-dependencies-{{ checksum "package.json" }} - v1-dependencies- - run: yarn install - save_cache: paths: - node_modules key: v1-dependencies-{{ checksum "package.json" }}-{{ checksum "yarn.lock" }} - run: yarn test