mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 06:40:49 +08:00
在 action.yml 中新增 pnpm 安装步骤
All checks were successful
/ another-job (push) Successful in 16s
All checks were successful
/ another-job (push) Successful in 16s
This commit is contained in:
@ -6,6 +6,11 @@ runs:
|
||||
- name: Checkout
|
||||
id: checkout
|
||||
uses: actions/checkout@main
|
||||
- name: 安装 pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: latest
|
||||
run_install: false
|
||||
- uses: actions/setup-node@v4
|
||||
id: setup-node
|
||||
with:
|
||||
|
Reference in New Issue
Block a user