build(ci): cache.
Some checks failed
🚀 Build and deploy by ftp / 🎉 Deploy (push) Failing after 27s

This commit is contained in:
Ivan Li 2023-07-09 08:52:20 +00:00
parent 90a6a3d9d9
commit a0f5822bb8

View File

@ -31,7 +31,7 @@ jobs:
run: |
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
- uses: https://github.com/actions/cache@v3
- uses: actions/cache@v3
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}