Skip to content

Commit

Permalink
bump node + pods caches
Browse files Browse the repository at this point in the history
  • Loading branch information
brainbicycle committed Nov 22, 2023
1 parent 358d7c8 commit 39a694a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ commands:
steps:
- node/install-packages:
pkg-manager: yarn
cache-version: v3
cache-version: v4
run-relay-compiler:
steps:
- run:
Expand Down Expand Up @@ -82,12 +82,12 @@ commands:
steps:
- restore_cache:
keys:
- v18-pods-{{ checksum ".manifests/cocoapods" }}
- v19-pods-{{ checksum ".manifests/cocoapods" }}
- run:
name: Install Pods
command: cd ios; bundle exec pod check --ignore-dev-pods || bundle exec pod install; cd ..;
- save_cache:
key: v18-pods-{{ checksum ".manifests/cocoapods" }}
key: v19-pods-{{ checksum ".manifests/cocoapods" }}
paths:
- ios/Pods
# this changes after pod install because we don't install dev tools on CI
Expand Down

0 comments on commit 39a694a

Please sign in to comment.