Skip to content

Commit 233c161

Browse files
committed
Use singular 'key' key
1 parent c127cc7 commit 233c161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
command: node --version
5555
- restore_cache:
5656
name: Restore yarn cache
57-
keys: v2-node-{{ arch }}-{{ checksum "yarn.lock" }}-yarn
57+
key: v2-node-{{ arch }}-{{ checksum "yarn.lock" }}-yarn
5858
- run:
5959
name: Install Packages
6060
command: yarn --frozen-lockfile --cache-folder ~/.cache/yarn

0 commit comments

Comments
 (0)