gas-buddy/yarn-build-action
Sets up, builds, lints, and tests a node package using Yarn3 and Node 18
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| npm-token | npm credentials, most useful for private repositories | yes | — |
| node-version | Node.js version to use for CI | no | 18.x |
| node-version-file | specify if you want to use a .nvmrc file to determine Node.js version in setup | no | "" |
| skip-test | Set to true if building for deploy and tests passed in another step | no | false |
| skip-lint | Set to true if lint is not required/supported/needed | no | false |
| ci-setup | Call yarn ci-setup before building and running tests (and after install) | no | false |
Outputs
no outputs