From d5ff88a131fea73d11ee9e520c6a2f6945b82337 Mon Sep 17 00:00:00 2001 From: codfish <1666298+codfish@users.noreply.github.com> Date: Thu, 7 May 2026 02:19:38 +0000 Subject: [PATCH] docs: auto-update documentation with latest action metadata --- README.md | 2 +- setup-node-and-install/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 | - |