diff --git a/README.md b/README.md index fe5abf4..42317e2 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ intelligent caching, and version detection via input, .node-version, .nvmrc, or | `install-options` | Extra command-line options to pass to npm/pnpm/yarn install. | No | - | | `working-directory` | Directory containing package.json and lockfile. | No | `.` | | `registry-url` | Optional registry URL to configure for publishing (e.g. "https://registry.npmjs.org/"). Creates .npmrc with NODE_AUTH_TOKEN placeholder. NOT recommended if using semantic-release (it handles auth independently). Only needed for publishing with manual npm publish or other non-semantic-release workflows. | No | - | -| `upgrade-npm` | Whether to upgrade npm to v11.5.1. This is required for OIDC trusted publishing but can be disabled if you want to shave off some run time and you are still using token-based authentication. | No | `true` | +| `upgrade-npm` | Whether to upgrade npm to v11.5.1. This is required for OIDC trusted publishing but can be disabled if you want to shave off some run time and you are still using token-based authentication. | No | - | **Outputs:** diff --git a/setup-node-and-install/README.md b/setup-node-and-install/README.md index a5dfeec..45b9101 100644 --- a/setup-node-and-install/README.md +++ b/setup-node-and-install/README.md @@ -91,7 +91,7 @@ When multiple version specification methods are present, the action uses this pr | `install-options` | Extra command-line options to pass to npm/pnpm/yarn install. | No | - | | `working-directory` | Directory containing package.json and lockfile. | No | `.` | | `registry-url` | Optional registry URL to configure for publishing (e.g. "https://registry.npmjs.org/"). Creates .npmrc with NODE_AUTH_TOKEN placeholder. NOT recommended if using semantic-release (it handles auth independently). Only needed for publishing with manual npm publish or other non-semantic-release workflows. | No | - | -| `upgrade-npm` | Whether to upgrade npm to v11.5.1. This is required for OIDC trusted publishing but can be disabled if you want to shave off some run time and you are still using token-based authentication. | No | `true` | +| `upgrade-npm` | Whether to upgrade npm to v11.5.1. This is required for OIDC trusted publishing but can be disabled if you want to shave off some run time and you are still using token-based authentication. | No | - |