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
Replace the release-please GitHub Action invocation with a Node 24-compatible CLI flow so release automation no longer emits Node 20 deprecation annotations.
Acceptance Criteria
.github/workflows/release-please.yml no longer uses googleapis/release-please-action@v4.
Release PR creation still works.
GitHub release creation still works.
The reusable publish pipeline still triggers when a new release is created.
A workflow validation run completes without the Node 20 deprecation annotation.
Summary
Acceptance Criteria