Skip to content

maintenance: allow node version input in reusable workflows#92

Merged
pawelziebaopti merged 1 commit into
masterfrom
maintenance-reusable-workflows-node-version-input
May 7, 2026
Merged

maintenance: allow node version input in reusable workflows#92
pawelziebaopti merged 1 commit into
masterfrom
maintenance-reusable-workflows-node-version-input

Conversation

@pawelziebaopti
Copy link
Copy Markdown
Collaborator

Summary

Adds optional node_version input to all three reusable workflows (reusable-release, reusable-build, reusable-rdme-docs). Callers can pin a specific Node.js version; when input omitted, existing determine-node-version script still runs as fallback. No behavior change for current callers.

Test plan

  • Push triggers existing pr-watcher.yml → confirm Determine Node.js version step still runs and resolves correct version
  • On a throwaway branch, edit a caller to pass node_version: 20.x → confirm Determine Node.js version step is skipped and setup-node uses 20.x

Optional node_version input added to reusable-release, reusable-build,
and reusable-rdme-docs workflows. Existing package.json-derived fallback
preserved when input omitted, so current callers are unaffected.
@pawelziebaopti pawelziebaopti requested review from a team, SoAG, elgabbouch, hshagor and khaled-maruf and removed request for a team May 7, 2026 11:29
@pawelziebaopti pawelziebaopti merged commit 11bc231 into master May 7, 2026
2 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