We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2890da commit 2d31fd5Copy full SHA for 2d31fd5
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: '17.x'
17
- name: Install dependencies
18
env:
19
- PNPM_CACHE_FOLDER: .pnpm-store
+ PNPM_CACHE_FOLDER: ~/.pnpm-store
20
run: |
21
npm i pnpm@latest -g
22
pnpm config set store-dir $PNPM_CACHE_FOLDER
0 commit comments