We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbbe18 commit 963e62eCopy full SHA for 963e62e
.circleci/config.yml
@@ -38,15 +38,15 @@ commands:
38
pnpm --version
39
- restore_cache:
40
keys:
41
- - v1-pnpm-cache-{{ checksum "pnpm-lock.yaml" }}
+ - v2-pnpm-cache-{{ checksum "pnpm-lock.yaml" }}
42
- run:
43
name: Set up pnpm global bin directory
44
command: pnpm setup # Run setup to configure the global bin directory
45
46
name: Install dependencies
47
command: npm install -g pnpm && pnpm install
48
- save_cache:
49
- key: v1-pnpm-cache-{{ checksum "pnpm-lock.yaml" }}
+ key: v2-pnpm-cache-{{ checksum "pnpm-lock.yaml" }}
50
paths:
51
- ~/.pnpm-store
52
0 commit comments