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 4df093a commit d3e13b3Copy full SHA for d3e13b3
action.yml
@@ -49,5 +49,5 @@ outputs:
49
ruby-prefix:
50
description: 'The prefix of the installed ruby'
51
runs:
52
- using: 'node24'
+ using: 'node20'
53
main: 'dist/index.js'
package.json
@@ -3,9 +3,6 @@
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