UNPKG

starling-ynab

Version:

Convert Starling Bank CSV exports for importing into YNAB

24 lines (17 loc) 420 B
version: 2 jobs: build: docker: - image: circleci/node:10.15.3 working_directory: ~/project steps: - checkout - restore_cache: keys: - v1-dependencies-{{ checksum "package.json" }} - run: npm install - save_cache: paths: - node_modules key: v1-dependencies-{{ checksum "package.json" }} - run: npm run prepush