Conversation
Adds nodejs:26 to the static SupportedRuntimes list (src/utils.js) and the corresponding validateActionRuntime test (test/utils.test.js). Mirrors PR #223 (Node 24) exactly. Refs ACNA-4591
There was a problem hiding this comment.
🤖 PR Reviewer
Simple and clean addition of nodejs:26 to the supported runtimes list with a corresponding test case. The change is minimal, consistent with the existing pattern, and properly tested.
✅ LGTM! This PR looks good to merge.
💡 How to re-trigger
Comment /review or /pr-reviewer on this PR
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
pru55e11
left a comment
There was a problem hiding this comment.
The list is getting long lol 😳
While Michael was working on adding node22, there was this conversation around removing older versions like 10, 12 etc. But never happened. |
Description
Adds nodejs:26 to the static SupportedRuntimes list (src/utils.js) and the corresponding validateActionRuntime test (test/utils.test.js).
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: