zmicro-design/Setup Node.js with Zmicro
github action for setuping docker (+buildx) with Zmicro
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| always-auth | Set always-auth in npmrc. | — | false |
| node-version | specify nodejs version | no | v16 |
| registry-url | Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN. | — | — |
| token | Used to pull node distributions from node-versions. Since there's a default, this is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting. | — | ${{ github.server_url == 'https://github.com' && github.token || '' }} |
Outputs
| name | description |
|---|---|
| nvm-version | The installed nvm version. |
| node-version | The installed node version. |
| npm-version | The installed npm version. |
| yarn-version | The installed yarn version. |
| pnpm-version | The installed pnpm version. |
| cnpm-version | The installed cnpm version. |