chore: markdown-table-formatter and formatting

This commit is contained in:
2025-02-09 03:07:31 +02:00
parent 7cd731f718
commit a44f1431dd
30 changed files with 80 additions and 69 deletions

View File

@@ -9,7 +9,7 @@ Sets up Node.js environment with advanced version management, caching, and tooli
### Inputs
| name | description | required | default |
| ----------------- | ------------------------------------------------------------------------ | -------- | ---------------------------- |
|-------------------|--------------------------------------------------------------------------|----------|------------------------------|
| `default-version` | <p>Default Node.js version to use if no configuration file is found.</p> | `false` | `22` |
| `package-manager` | <p>Node.js package manager to use (npm, yarn, pnpm)</p> | `false` | `npm` |
| `registry-url` | <p>Custom NPM registry URL</p> | `false` | `https://registry.npmjs.org` |
@@ -22,7 +22,7 @@ Sets up Node.js environment with advanced version management, caching, and tooli
### Outputs
| name | description |
| ----------------- | ----------------------------------------- |
|-------------------|-------------------------------------------|
| `node-version` | <p>Installed Node.js version</p> |
| `package-manager` | <p>Selected package manager</p> |
| `cache-hit` | <p>Indicates if there was a cache hit</p> |