fix(ci): add registry-url to setup-node for OIDC trusted publishing - #540
Merged
Conversation
github-actions Bot
pushed a commit
that referenced
this pull request
Jul 17, 2026
# [11.0.0](v10.8.2...v11.0.0) (2026-07-17) ### Bug Fixes * **build:** rename api-extractor golden files to .api.md extension ([#546](#546)) ([88e545e](88e545e)) * **ci:** add npm overrides to force @semantic-release/npm@10 ([#541](#541)) ([56cd1d1](56cd1d1)) * **ci:** add registry-url to setup-node for OIDC trusted publishing ([#540](#540)) ([c84a87f](c84a87f)) * **ci:** regenerate package-lock.json with complete esbuild binaries ([#545](#545)) ([449fb86](449fb86)) * **ci:** upgrade @semantic-release/npm to v13 for OIDC trusted publishing support ([#544](#544)) ([f0cd6d7](f0cd6d7)) * **ci:** upgrade actions/setup-node to v4 for OIDC trusted publishing ([#543](#543)) ([bfa1cbc](bfa1cbc)) * fix(io)!: remove ComponentFactoryResolver for Angular 22 compatibility ([2727318](2727318)), closes [#528](#528) ### BREAKING CHANGES * IoService constructor no longer accepts ComponentFactoryResolver. This removes a public constructor dependency reflected in the public API golden.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
registry-urltoactions/setup-nodeso that the OIDC token is properly configured for npm authentication. This is required for@semantic-release/npm@10to authenticate with npm using trusted publishing (OIDC).