pnpm example: add -pnpm- in cache key

pull/585/head
Evgenij (Eugene) Beloded 4 years ago committed by GitHub
parent e496d23e27
commit 49a70f556e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -289,7 +289,7 @@ The yarn cache directory will depend on your operating system and version of `ya
~/.pnpm-store
D:\.pnpm-store
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}
```

Loading…
Cancel
Save