Update action.yml

This commit is contained in:
严浩
2024-10-13 17:21:42 +08:00
committed by GitHub
parent d3c52b5b83
commit e7fd5cc26b

View File

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