This commit is contained in:
Nick Seguin 2023-12-10 01:55:07 -06:00
parent 120f0bb34d
commit 841d519aa0

View file

@ -28,7 +28,7 @@ jobs:
- name: pnpm install
run: pnpm install
- uses: actions/cache/save@v3
name: prune pnpm cache
name: save pnpm cache
if: steps.pnpm-cache.outputs.cache-hit != 'true'
with:
path: ${{ steps.pnpm-cache-dir.outputs.dir }}