Skip to content

Commit 0962048

Browse files
committed
Try to fix CI
1 parent 71204c5 commit 0962048

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.circleci/config.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ jobs:
99
# specify the version you desire here
1010
- image: circleci/node:11.4.0
1111

12-
# Specify service dependencies here if necessary
13-
# CircleCI maintains a library of pre-built images
14-
# documented at https://circleci.com/docs/2.0/circleci-images/
15-
# - image: circleci/mongo:3.4.4
16-
1712
working_directory: ~/repo
1813

1914
steps:
@@ -22,9 +17,7 @@ jobs:
2217
# Download and cache dependencies
2318
- restore_cache:
2419
keys:
25-
- v1-dependencies-{{ checksum "package.json" }}
26-
# fallback to using the latest cache if no exact match is found
27-
- v1-dependencies-
20+
- v1-dependencies-{{ checksum "package.json" }}
2821

2922
- run: yarn install
3023

0 commit comments

Comments
 (0)