Skip to content

Commit 4eb9f11

Browse files
committed
Update Node to 24
* There are warnings for Node 20 now, see #806 (comment) * Node 20 is deprecated now and EOL in April 2026. Node 24 has been available for a long time, so no runners should lack node24. See https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ * For very old runners without node24 it's still possible to force using node20 with `ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION=20`. See also the blog post above.
1 parent 9d13dd6 commit 4eb9f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ outputs:
5555
ruby-prefix:
5656
description: 'The prefix of the installed ruby'
5757
runs:
58-
using: 'node20'
58+
using: 'node24'
5959
main: 'dist/index.js'

0 commit comments

Comments
 (0)