From 2478c0869d93c8fd01c748c9d018e0d9d57333a6 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 20 Sep 2025 21:53:35 +0200 Subject: [PATCH 1/2] Revert "chore: add setup-node for lint job" This reverts commit 866b91cc020931c510d42e43e498a7f07d335f60. --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 03e6d1777..572355556 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -420,9 +420,6 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v5 - - uses: actions/setup-node@v5 - with: - node-version: '24' - run: yarn install - run: yarn run package - name: Check generated files are up to date From 846894d4f366160d0bb43a49cc17bd646cc08fc6 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 20 Sep 2025 21:53:35 +0200 Subject: [PATCH 2/2] 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 d0a61121a..3e052125e 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 3902a9489..e54417cc3 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"