Describe the bug
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
Describe the bug
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:
Possible Solution
No response
Additional Information/Context
No response