pnpm example: add -pnpm- in cache key

This commit is contained in:
Evgenij (Eugene) Beloded 2021-08-09 08:59:16 +07:00 committed by GitHub
parent e496d23e27
commit 49a70f556e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}
```