mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 23:00:48 +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
|
- name: Checkout
|
||||||
id: checkout
|
id: checkout
|
||||||
uses: actions/checkout@main
|
uses: actions/checkout@main
|
||||||
|
- name: 安装 pnpm
|
||||||
|
uses: pnpm/action-setup@v4
|
||||||
|
with:
|
||||||
|
version: latest
|
||||||
|
run_install: false
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
id: setup-node
|
id: setup-node
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user