Skip to content

Only configure the npm registry right before publishing - #191

Merged
sdivelbiss merged 1 commit into
masterfrom
fix/npm-registry-setup
Aug 21, 2026
Merged

Only configure the npm registry right before publishing#191
sdivelbiss merged 1 commit into
masterfrom
fix/npm-registry-setup

Conversation

@sdivelbiss

@sdivelbiss sdivelbiss commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

setup-node v7 no longer exports a placeholder NODE_AUTH_TOKEN

Moves the registry setup to just before the publish step, the same way seatsio-angular does it.

Copilot AI lite review requested due to automatic review settings August 21, 2026 14:33

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates GitHub Actions workflows to defer npm registry authentication until publishing, avoiding unresolved NODE_AUTH_TOKEN errors during installs.

Changes:

  • Removes unnecessary registry configuration from build and pre-publish setup.
  • Configures the npm registry immediately before publishing.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Summary
.github/workflows/release.yml Defers npm registry setup until publishing.
.github/workflows/build.yml Removes unnecessary npm registry configuration.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@sdivelbiss
sdivelbiss marked this pull request as ready for review August 21, 2026 14:45
@sdivelbiss
sdivelbiss requested a review from a team as a code owner August 21, 2026 14:45
@sdivelbiss
sdivelbiss requested review from PabloNeirotti, bverbeken, latviancoder, mortendevold and mroloux and removed request for a team August 21, 2026 14:45
@sdivelbiss

Copy link
Copy Markdown
Contributor Author

The build is failing here because of this v6 -> v7 change

@sdivelbiss
sdivelbiss merged commit 072ed49 into master Aug 21, 2026
2 checks passed
@sdivelbiss
sdivelbiss deleted the fix/npm-registry-setup branch August 21, 2026 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants