Skip to content

Commit c4cd38d

Browse files
chenrui333eregon
authored andcommitted
feat: upgrade to node 24
Signed-off-by: Rui Chen <[email protected]>
1 parent 3fee676 commit c4cd38d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ outputs:
4949
ruby-prefix:
5050
description: 'The prefix of the installed ruby'
5151
runs:
52-
using: 'node20'
52+
using: 'node24'
5353
main: 'dist/index.js'

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "0.1.0",
44
"description": "Download a prebuilt Ruby and add it to the PATH in 5 seconds",
55
"main": "index.js",
6+
"engines": {
7+
"node": ">=24.0.0"
8+
},
69
"license": "MIT",
710
"scripts": {
811
"package": "ncc build index.js -o dist"

0 commit comments

Comments
 (0)