Skip to content

fix(ci): pin publish workflow to Node 22.14.0#16

Merged
khaliqgant merged 1 commit intomainfrom
miya/pin-publish-node-22-14-0
Apr 20, 2026
Merged

fix(ci): pin publish workflow to Node 22.14.0#16
khaliqgant merged 1 commit intomainfrom
miya/pin-publish-node-22-14-0

Conversation

@miyaontherelay
Copy link
Copy Markdown

Summary

  • pin the relayauth publish workflow to Node 22.14.0
  • avoid drift from the floating 22 alias in GitHub Actions
  • apply the same pin in both the build and publish jobs of publish.yml

What changed

  • updated .github/workflows/publish.yml
  • changed both actions/setup-node@v4 steps from:
    • node-version: "22"
  • to:
    • node-version: "22.14.0"

Why

The publish workflow failure indicates we need a specific Node version here rather than the floating major alias.

Scope

This is intentionally minimal and only affects the publish workflow Node runtime selection.

@khaliqgant khaliqgant merged commit de13c35 into main Apr 20, 2026
2 checks passed
@khaliqgant khaliqgant deleted the miya/pin-publish-node-22-14-0 branch April 20, 2026 21:22
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