We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fee676 commit c4cd38dCopy full SHA for c4cd38d
action.yml
@@ -49,5 +49,5 @@ outputs:
49
ruby-prefix:
50
description: 'The prefix of the installed ruby'
51
runs:
52
- using: 'node20'
+ using: 'node24'
53
main: 'dist/index.js'
package.json
@@ -3,6 +3,9 @@
3
"version": "0.1.0",
4
"description": "Download a prebuilt Ruby and add it to the PATH in 5 seconds",
5
"main": "index.js",
6
+ "engines": {
7
+ "node": ">=24.0.0"
8
+ },
9
"license": "MIT",
10
"scripts": {
11
"package": "ncc build index.js -o dist"
0 commit comments