lojoja/Setup Node Environment
Configure node environment with node, pnpm, caching, and project dependencies.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cache | Whether to cache package dependencies. | no | true |
| node_version | The node version to use in version spec syntax. | no | 22 |
| global_dependencies | A space-separated list of packages to install globally. Dependencies in "package.json" files, if present, will not be installed when this is given. | no | "" |
| working_directory | The directory to execute commands in. | no | . |
Outputs
| name | description |
|---|---|
| node_version | The installed node version. |