mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 06:40:49 +08:00
Update action.yml
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user