fix cache key
This commit is contained in:
parent
a1e2bd5bac
commit
db25555238
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: get npm cache directory
|
||||
id: pnpm-cache-dir
|
||||
shell: bash
|
||||
run: pnpm config set store-dir ~/.pnpm-store && echo "::set-output name=dir::$(pnpm config get store-dir)"
|
||||
run: pnpm config set store-dir ~/.pnpm-store && echo "~/.pnpm-store" >> $GITHUB_OUTPUT
|
||||
- uses: actions/cache@v3
|
||||
id: pnpm-cache
|
||||
name: restore pnpm cache
|
||||
|
|
Loading…
Reference in a new issue