From d3e13b3e37fbaff2bbb24b87a2ba8c7795705475 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 20 Sep 2025 21:53:35 +0200 Subject: [PATCH] Revert "feat: upgrade to node 24" This reverts commit c4cd38db20b430c43a01bdc78a32fe61dd8cca5d. --- action.yml | 2 +- package.json | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/action.yml b/action.yml index d0a6112..3e05212 100644 --- a/action.yml +++ b/action.yml @@ -49,5 +49,5 @@ outputs: ruby-prefix: description: 'The prefix of the installed ruby' runs: - using: 'node24' + using: 'node20' main: 'dist/index.js' diff --git a/package.json b/package.json index 3902a94..e54417c 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,6 @@ "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"