Update release version in package.json#1029
Merged
Merged
Conversation
…onflicts - Removed registry-url parameter from setup-node action in ci.yml and release.yml - Registry configuration now handled exclusively by .npmrc file - Auth tokens configured via npm config commands with ECHO_LIBRARIES_ACCESS_KEY - Eliminates NODE_AUTH_TOKEN environment variable creation and logging - Fixes 403 Forbidden errors during npm ci with Echo registry - Maintains dual-registry support: Echo for dependencies, GitHub for publishing Changes: - .github/workflows/ci.yml: Removed registry-url from setup-node - .github/workflows/release.yml: Removed registry-url from setup-node This ensures proper authentication with Echo (npm.echohq.com) registry while avoiding conflicts with GitHub Actions' automatic NODE_AUTH_TOKEN creation. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
…stry-url
Root cause was npm config precedence: the project-level .npmrc (checked
into the repo) always overrides user-level config, so its literal blank
auth token lines were shadowing whatever the separate "npm config set"
step wrote at the user level - regardless of registry-url on setup-node.
- .npmrc now resolves tokens via ${ECHO_LIBRARIES_ACCESS_KEY} at read
time instead of committing blank placeholders, so the project-level
config itself carries valid auth.
- Restored registry-url on setup-node in ci.yml/release.yml (safe now
that .npmrc's interpolated values take precedence over it either way).
- Removed the now-redundant "Configure echohq auth" npm config set steps.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
… logs Diagnostic-only change to show explicit HTTP fetch URLs in CI output. Will be reverted once confirmed. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
cx-alon-rosenhek
approved these changes
Jul 10, 2026
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.
No description provided.