mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-22 08:43:55 +08:00
pnpm example: add -pnpm- in cache key
This commit is contained in:
parent
e496d23e27
commit
49a70f556e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue