mayurrawte/Angular Setup
One-step Angular CI setup: installs Angular CLI, configures Node.js, and caches npm, yarn, or pnpm.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Angular CLI version to install (e.g. 17.3.8, 18.0.0, or latest) | no | latest |
| node-version | Node.js version to use (e.g. 22, 20, 18) | no | 22 |
| package-manager | Package manager to cache and use for the global CLI install: npm, yarn, or pnpm | no | npm |
| cache-dependency-path | Path to the lock file for caching (e.g. packages/app/package-lock.json). Defaults to repo root. | no | "" |
| cache | Enable package manager caching. Set to false to disable (e.g. if no lock file exists). | no | true |
Outputs
| name | description |
|---|---|
| cli-version | The installed Angular CLI version string (e.g. 17.3.8) |