Skip to content

Fix publish workflow#56

Merged
andrewjensen merged 2 commits into
mainfrom
adj/fix-publish-env
Jun 22, 2026
Merged

Fix publish workflow#56
andrewjensen merged 2 commits into
mainfrom
adj/fix-publish-env

Conversation

@andrewjensen

@andrewjensen andrewjensen commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

This fixes up our publish GHA workflow:

  • Pins the checkout and setup-node actions to specific major versions
    • Publish recently failed and I believe it's because of breaking changes to setup-node since our last publish, ~6mo ago
  • Moves the env block up to apply to all steps

Rovo Dev code review: Rovo Dev has reviewed this pull request
Any suggestions or improvements have been posted as pull request comments.

with:
node-version: 20
registry-url: "https://registry.npmjs.org"
cache: "yarn"

@andrewjensen andrewjensen Jun 22, 2026

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Need to specify this now - see breaking changes in v6

@andrewjensen andrewjensen merged commit ebcd272 into main Jun 22, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants