Skip to content

Commit d3e13b3

Browse files
committed
Revert "feat: upgrade to node 24"
This reverts commit c4cd38d.
1 parent 4df093a commit d3e13b3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
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: 'node24'
52+
using: 'node20'
5353
main: 'dist/index.js'

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
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-
},
96
"license": "MIT",
107
"scripts": {
118
"package": "ncc build index.js -o dist"

0 commit comments

Comments
 (0)