Action: setup-upm-env
Installs Node.js, Unity UPM CLI, and configures npm registry authentication.
Action Path: Trickle-Charge/TrickleCharge-Infra/.github/actions/setup-upm-env@main
Inputs
| Input | Description | Required | Default |
|---|---|---|---|
node-version |
Node.js runtime version | No | 20 |
auth-token |
Registry authentication token | Yes | — |
What It Does
- Installs Node.js.
- Installs Unity UPM CLI via curl installer.
- Configures local
~/.npmrcwith target registry credentials.