更新 setup-node-environment 的 action.yml,修正名称和描述以更清晰地表达功能
All checks were successful
/ another-job (push) Successful in 19s

This commit is contained in:
严浩
2024-09-30 21:48:21 +08:00
parent 268b58e234
commit 10c0663d40

View File

@ -12,7 +12,7 @@
# uses: ./.github/actions/setup-node-pnpm-install
name: "Setup Node Environment"
description: "Setup Node + PNPM + Install Dependencies"
description: "Setup pnpm + Node.js + install dependencies"
runs:
using: "composite"
steps: