Skip to content

Commit

Permalink
try clearing the node orb cache
Browse files Browse the repository at this point in the history
  • Loading branch information
brainbicycle committed Jun 9, 2023
1 parent 730018b commit ed25f99
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ commands:
steps:
- restore_cache:
keys:
- v13-node_modules-{{ checksum ".manifests/node_modules" }}-{{ arch }}
- v12-node_modules-{{ checksum ".manifests/node_modules" }}-{{ arch }}
- run:
name: Install node modules
command: ls node_modules || yarn install
- save_cache:
key: v13-node_modules-{{ checksum ".manifests/node_modules" }}-{{ arch }}
key: v12-node_modules-{{ checksum ".manifests/node_modules" }}-{{ arch }}
paths:
- node_modules
run-relay-compiler:
Expand Down Expand Up @@ -201,6 +201,7 @@ jobs:
steps:
- checkout
- node/install-packages:
cache-version: "v2"
pkg-manager: yarn
- run-relay-compiler
- run:
Expand All @@ -222,6 +223,7 @@ jobs:
steps:
- checkout
- node/install-packages:
cache-version: "v2"
pkg-manager: yarn
- run-relay-compiler
- run:
Expand Down

0 comments on commit ed25f99

Please sign in to comment.