infra: bump cache to get latest deps (#151)

This commit is contained in:
Jake Bolam 2019-01-18 13:36:37 -05:00 committed by GitHub
parent 2295ae3011
commit 881a69995f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@ commands:
path: ~/repo
- restore_cache:
name: Restore node_modules cache
key: all-contributors-cli-{{ checksum "package.json" }}-{{ .Branch }}
key: all-contributors-cli-v2-{{ checksum "package.json" }}-{{ .Branch }}
save_env_cache:
description: Saves environment cache
steps:
- save_cache:
name: Save node_modules cache
key: all-contributors-cli-{{ checksum "package.json" }}-{{ .Branch }}
key: all-contributors-cli-v2-{{ checksum "package.json" }}-{{ .Branch }}
paths:
- node_modules/