exlint/Setup Node environment
Installing NodeJS, package manager, setting a cache and install dependencies
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 19, 2026
- License
- None
Pinned Snippet
uses: exlint/node-environment@67920790be217624b64f174ee8c450b21bdaa595 # v1.2.6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| should-cache | Whether caching is enabled | no | true |
| node-version | Version of NodeJS to use | no | latest |
| package-manager | Which package manager should be used | no | npm |
| package-manager-version | Version of package-manager to use | no | latest |
| sub-modules | Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules. When the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS. | no | false |
Outputs
no outputs