### Describe the bug <img width="798" height="553" alt="Image" src="https://github.com/user-attachments/assets/8137ca02-9b0e-49c8-a2e1-03cf51df9cb4" /> ### Expected Behavior Node 24 exists (even 25) ### Current Behavior saying it's not: 🛑 Logic Error: Node.js version '24' does not exist. The latest stable release is Node.js 22.x, with Node.js 23.x as the current release. This will cause the workflow to fail when attempting to set up Node.js. Use a valid Node.js version such as '22' or '20' (LTS). ### Reproduction Steps Use this step in github workflow: ``` - name: Setup Node.js uses: actions/setup-node@v6 with: node-version: '24' ``` ### Possible Solution _No response_ ### Additional Information/Context _No response_