feat: upgrade to node 24

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen
2025-09-18 22:00:12 +02:00
committed by Benoit Daloze
parent 3fee676323
commit c4cd38db20
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -3,6 +3,9 @@
"version": "0.1.0",
"description": "Download a prebuilt Ruby and add it to the PATH in 5 seconds",
"main": "index.js",
"engines": {
"node": ">=24.0.0"
},
"license": "MIT",
"scripts": {
"package": "ncc build index.js -o dist"