Update action.yml

This commit is contained in:
严浩
2024-10-13 17:20:06 +08:00
committed by GitHub
parent 52dbb4ce12
commit d3c52b5b83

View File

@ -83,6 +83,7 @@ runs:
with:
node-version: ${{ steps.prepare.outputs.node-version }}
cache: ${{ steps.prepare.outputs.cache }}
- run: cat .npmrc
- name: 📦 Install Project Dependencies
if: steps.prepare.outputs.pnpm-lock-exists == 'true'
run: pnpm install --frozen-lockfile