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
Remove always-auth configuration handling from action (#1436)
* Remove always-auth configuration handling from setup-node
* docs: update README to note always-auth removal
Update README to mention removal of always-auth input
* Clarify removal of 'always-auth' input in README
Updated the description of the 'always-auth' input removal for clarity.
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ This action provides the following functionality for GitHub Actions users:
16
16
17
17
- Caching is now automatically enabled for npm projects when either the `devEngines.packageManager` field or the top-level `packageManager` field in `package.json` is set to `npm`. For other package managers, such as Yarn and pnpm, caching is disabled by default and must be configured manually using the `cache` input.
18
18
19
+
- The `always-auth` input has been removed, as it is deprecated and will no longer be supported in future npm releases. To ensure your workflows continue to run without warnings or errors, please remove any references to `always-auth` from your configuration.
20
+
19
21
## Breaking changes in V5
20
22
21
23
- Enabled caching by default with package manager detection if no cache input is provided.
@@ -92,10 +94,6 @@ See [action.yml](action.yml)
92
94
# Default: ''
93
95
scope: ''
94
96
95
-
# Set always-auth option in npmrc file.
96
-
# Default: ''
97
-
always-auth: ''
98
-
99
97
# Optional mirror to download binaries from.
100
98
# Artifacts need to match the official Node.js
101
99
# Example:
@@ -271,4 +269,4 @@ Contributions are welcome! See [Contributor's Guide](docs/contributors.md)
271
269
272
270
## Code of Conduct
273
271
274
-
:wave: Be nice. See [our code of conduct](CODE_OF_CONDUCT.md)
272
+
:wave: Be nice. See [our code of conduct](CODE_OF_CONDUCT.md)
0 commit comments