fix cache key

This commit is contained in:
Nick Seguin 2023-12-10 02:26:46 -06:00
parent a1e2bd5bac
commit db25555238

View file

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