Skip to content

Commit 963e62e

Browse files
Change cache version
1 parent efbbe18 commit 963e62e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ commands:
3838
pnpm --version
3939
- restore_cache:
4040
keys:
41-
- v1-pnpm-cache-{{ checksum "pnpm-lock.yaml" }}
41+
- v2-pnpm-cache-{{ checksum "pnpm-lock.yaml" }}
4242
- run:
4343
name: Set up pnpm global bin directory
4444
command: pnpm setup # Run setup to configure the global bin directory
4545
- run:
4646
name: Install dependencies
4747
command: npm install -g pnpm && pnpm install
4848
- save_cache:
49-
key: v1-pnpm-cache-{{ checksum "pnpm-lock.yaml" }}
49+
key: v2-pnpm-cache-{{ checksum "pnpm-lock.yaml" }}
5050
paths:
5151
- ~/.pnpm-store
5252

0 commit comments

Comments
 (0)