You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(release): point to source files for Node versions
Stop hardcoding specific Node versions in the runbook. Reference the
authoritative sources instead — `engines.node` in package.json for the
minimum and the `node:` matrix in ci.yml (plus `node-version` in cd.yml)
for the versions CI exercises — so the doc stays correct when CI's Node
versions change without a separate edit.
0 commit comments