mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Fallback to using the latest cache if no exact match is found
This commit is contained in:
parent
c567a4b8f3
commit
a875caa20c
@ -101,7 +101,10 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: dependency-cache-{{ checksum "package-lock.json" }}
|
||||
keys:
|
||||
- dependency-cache-{{ checksum "package-lock.json" }}
|
||||
# fallback to using the latest cache if no exact match is found
|
||||
- dependency-cache-
|
||||
- run:
|
||||
name: Install deps via npm
|
||||
command: |
|
||||
|
Loading…
Reference in New Issue
Block a user