You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,10 @@ If `run_install` is a YAML string representation of either an object or an array
52
52
53
53
This is useful when you want to use a incompatible pair of Node.js and pnpm.
54
54
55
+
## Registry Configuration
56
+
57
+
The action automatically respects custom registry configuration from `.npmrc` files in your workspace root. If a `.npmrc` file exists and contains a `registry=` line, the action will use that registry URL to install pnpm. Otherwise, the default npm registry will be used.
58
+
55
59
## Outputs
56
60
57
61
### `dest`
@@ -83,7 +87,7 @@ jobs:
83
87
version: 10
84
88
```
85
89
86
-
### Install only pnpm with `packageManager`
90
+
### Install only pnpm with `packageManager`
87
91
88
92
Omit `version` input to use the version in the [`packageManager` field in the `package.json`](https://nodejs.org/api/corepack.html).
0 commit comments