change pnpm cache path

This commit is contained in:
Nick Seguin 2023-12-10 02:15:45 -06:00
parent 51f20895e5
commit 6710ecf120

View file

@ -17,7 +17,7 @@ jobs:
- name: get npm cache directory
id: pnpm-cache-dir
shell: bash
run: echo "dir=$(pnpm store path)" >> ${GITHUB_OUTPUT}
run: pnpm config set store-dir ~/.pnpm-store && echo "::set-output name=dir::$(pnpm config get store-dir)"
- uses: actions/cache@v3
id: pnpm-cache
name: restore pnpm cache